#C380CD

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

Shades of Orchid #C380CD

Tints of Orchid #C380CD

Color information

#C380CD (or 0xC380CD) is unknown color: approx Orchid. HEX triplet: C3, 80 and CD. RGB value is (195,128,205). Sum of RGB (Red+Green+Blue) = 195+128+205=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C380CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380CD is #3C7F32. Grayscale: #9C9C9C. Windows color (decimal): -3964723 or 13467843. OLE color: 13467843.

HSL color Cylindrical-coordinate representation of color #C380CD: hue angle of 292.21º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C380CD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195128205-
CMYK0.050.3800.20
HSL292.21º43.5%65.29%-
HSV(B)292.21º37.56%80.39%-
XYZ41.2431.4561.65-
YUV156.81155.2155.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=36.93%
G=24.24%
B=38.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951282050.050.3800.20292.2143.565.29
HexC380CD5260141242c41
Octal30320031554602444454101
Binary1100001110000000110011011011001100101001001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380CD; }

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

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

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

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

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

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

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

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