#CF68DA

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

Shades of Orchid #CF68DA

Tints of Orchid #CF68DA

Color information

#CF68DA (or 0xCF68DA) is unknown color: approx Orchid. HEX triplet: CF, 68 and DA. RGB value is (207,104,218). Sum of RGB (Red+Green+Blue) = 207+104+218=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DA is #309725. Grayscale: #939393. Windows color (decimal): -3184422 or 14313679. OLE color: 14313679.

HSL color Cylindrical-coordinate representation of color #CF68DA: hue angle of 294.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF68DA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207104218-
CMYK0.050.5200.15
HSL294.21º60.64%63.14%-
HSV(B)294.21º52.29%85.49%-
XYZ43.3428.2369.49-
YUV147.79167.62170.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=39.13%
G=19.66%
B=41.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071042180.050.5200.15294.2160.6463.14
HexCF68DA5340F1263d3f
Octal3171503325640174467577
Binary1100111111010001101101010111010001111100100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68DA; }

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

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

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

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

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

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

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

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