#C381CE

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

Shades of Orchid #C381CE

Tints of Orchid #C381CE

Color information

#C381CE (or 0xC381CE) is unknown color: approx Orchid. HEX triplet: C3, 81 and CE. RGB value is (195,129,206). Sum of RGB (Red+Green+Blue) = 195+129+206=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C381CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381CE is #3C7E31. Grayscale: #9D9D9D. Windows color (decimal): -3964466 or 13533635. OLE color: 13533635.

HSL color Cylindrical-coordinate representation of color #C381CE: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C381CE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195129206-
CMYK0.050.3700.19
HSL291.43º44%65.69%-
HSV(B)291.43º37.38%80.78%-
XYZ41.531.7662.34-
YUV157.51155.37154.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=36.79%
G=24.34%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951292060.050.3700.19291.434465.69
HexC381CE5250131232c42
Octal30320131654502344354102
Binary1100001110000001110011101011001010100111001000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381CE; }

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

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

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

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

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

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

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

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