#C381CB

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

Shades of Orchid #C381CB

Tints of Orchid #C381CB

Color information

#C381CB (or 0xC381CB) is unknown color: approx Orchid. HEX triplet: C3, 81 and CB. RGB value is (195,129,203). Sum of RGB (Red+Green+Blue) = 195+129+203=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C381CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381CB is #3C7E34. Grayscale: #9C9C9C. Windows color (decimal): -3964469 or 13337027. OLE color: 13337027.

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

Color convert

RGB195129203-
CMYK0.040.3600.20
HSL293.51º41.57%65.1%-
HSV(B)293.51º36.45%79.61%-
XYZ41.1431.6160.43-
YUV157.17153.87154.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=37.00%
G=24.48%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951292030.040.3600.20293.5141.5765.1
HexC381CB4240141262a41
Octal30320131344402444652101
Binary1100001110000001110010111001001000101001001001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381CB; }

 p { color: rgb(195,129,203); }

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

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

 a { background-color: rgb(195,129,203); }

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

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

 span { border-color: rgb(195,129,203); }

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