#C869D2

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

Shades of Orchid #C869D2

Tints of Orchid #C869D2

Color information

#C869D2 (or 0xC869D2) is unknown color: approx Orchid. HEX triplet: C8, 69 and D2. RGB value is (200,105,210). Sum of RGB (Red+Green+Blue) = 200+105+210=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #C869D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D2 is #37962D. Grayscale: #919191. Windows color (decimal): -3642926 or 13789640. OLE color: 13789640.

HSL color Cylindrical-coordinate representation of color #C869D2: hue angle of 294.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C869D2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200105210-
CMYK0.050.5000.18
HSL294.29º53.85%61.76%-
HSV(B)294.29º50%82.35%-
XYZ40.527.0464.06-
YUV145.38164.47166.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=38.83%
G=20.39%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001052100.050.5000.18294.2953.8561.76
HexC869D2532012126363e
Octal3101513225620224466676
Binary11001000110100111010010101110010010010100100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869D2; }

 p { color: rgb(200,105,210); }

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

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

 a { background-color: rgb(200,105,210); }

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

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

 span { border-color: rgb(200,105,210); }

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