#C669D0

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

Shades of Orchid #C669D0

Tints of Orchid #C669D0

Color information

#C669D0 (or 0xC669D0) is unknown color: approx Orchid. HEX triplet: C6, 69 and D0. RGB value is (198,105,208). Sum of RGB (Red+Green+Blue) = 198+105+208=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #C669D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D0 is #39962F. Grayscale: #909090. Windows color (decimal): -3774000 or 13658566. OLE color: 13658566.

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

Color convert

RGB198105208-
CMYK0.050.5000.18
HSL294.17º52.28%61.37%-
HSV(B)294.17º49.52%81.57%-
XYZ39.7326.6662.73-
YUV144.55163.81166.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=38.75%
G=20.55%
B=40.70%

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
Decimal1981052080.050.5000.18294.1752.2861.37
HexC669D0532012126343d
Octal3061513205620224466475
Binary11000110110100111010000101110010010010100100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669D0; }

 p { color: rgb(198,105,208); }

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

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

 a { background-color: rgb(198,105,208); }

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

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

 span { border-color: rgb(198,105,208); }

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