#CF68DD

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

Shades of Orchid #CF68DD

Tints of Orchid #CF68DD

Color information

#CF68DD (or 0xCF68DD) is unknown color: approx Orchid. HEX triplet: CF, 68 and DD. RGB value is (207,104,221). Sum of RGB (Red+Green+Blue) = 207+104+221=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DD is #309722. Grayscale: #939393. Windows color (decimal): -3184419 or 14510287. OLE color: 14510287.

HSL color Cylindrical-coordinate representation of color #CF68DD: hue angle of 292.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF68DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207104221-
CMYK0.060.5300.13
HSL292.82º63.24%63.73%-
HSV(B)292.82º52.94%86.67%-
XYZ43.7328.3971.58-
YUV148.14169.12169.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=38.91%
G=19.55%
B=41.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071042210.060.5300.13292.8263.2463.73
HexCF68DD6350D1253f40
Octal31715033566501544577100
Binary11001111110100011011101110110101011011001001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68DD; }

 p { color: rgb(207,104,221); }

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

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

 a { background-color: rgb(207,104,221); }

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

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

 span { border-color: rgb(207,104,221); }

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