#C380C1

Color #C380C1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C380C1

Tints of Orchid #C380C1

Color information

#C380C1 (or 0xC380C1) is unknown color: approx Orchid. HEX triplet: C3, 80 and C1. RGB value is (195,128,193). Sum of RGB (Red+Green+Blue) = 195+128+193=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C380C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C1 is #3C7F3E. Grayscale: #9B9B9B. Windows color (decimal): -3964735 or 12681411. OLE color: 12681411.

HSL color Cylindrical-coordinate representation of color #C380C1: hue angle of 301.79º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380C1 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195128193-
CMYK00.340.010.24
HSL301.79º35.83%63.33%-
HSV(B)301.79º34.36%76.47%-
XYZ39.8530.8954.31-
YUV155.44149.2156.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=37.79%
G=24.81%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512819300.340.010.24301.7935.8363.33
HexC380C102211812e243f
Octal3032003010421304564477
Binary1100001110000000110000010100010111000100101110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380C1; }

 p { color: rgb(195,128,193); }

 H1.HeaderClassName
 {
   color: #C380C1;
 }
 .AnyTagClassName
 {
   color: #C380C1;
 }
</style>
background-color css

<style>
 a { background-color: #C380C1; }

 a { background-color: rgb(195,128,193); }

 div.DivClassName
 {
   background-color: #C380C1;
 }
 .BgClassName
 {
   background-color: #C380C1;
 }
</style>
border-color css

<style>
 span { border-color: #C380C1; }

 span { border-color: rgb(195,128,193); }

 td.TdClassName
 {
   border-color: #C380C1;
 }
 .TagClassName
 {
   border-color: #C380C1;
 }
</style>