#CF70DA

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

Shades of Orchid #CF70DA

Tints of Orchid #CF70DA

Color information

#CF70DA (or 0xCF70DA) is unknown color: approx Orchid. HEX triplet: CF, 70 and DA. RGB value is (207,112,218). Sum of RGB (Red+Green+Blue) = 207+112+218=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DA is #308F25. Grayscale: #989898. Windows color (decimal): -3182374 or 14315727. OLE color: 14315727.

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

Color convert

RGB207112218-
CMYK0.050.4900.15
HSL293.77º58.89%64.71%-
HSV(B)293.77º48.62%85.49%-
XYZ44.1829.9269.78-
YUV152.49164.97166.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 112 (44.14% from 255) = 20.86%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=38.55%
G=20.86%
B=40.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071122180.050.4900.15293.7758.8964.71
HexCF70DA5310F1263b41
Octal31716033256101744673101
Binary11001111111000011011010101110001011111001001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70DA; }

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

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

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

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

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

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

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

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