#CF6EDD

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

Shades of Orchid #CF6EDD

Tints of Orchid #CF6EDD

Color information

#CF6EDD (or 0xCF6EDD) is unknown color: approx Orchid. HEX triplet: CF, 6E and DD. RGB value is (207,110,221). Sum of RGB (Red+Green+Blue) = 207+110+221=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDD is #309122. Grayscale: #979797. Windows color (decimal): -3182883 or 14511823. OLE color: 14511823.

HSL color Cylindrical-coordinate representation of color #CF6EDD: hue angle of 292.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207110221-
CMYK0.060.5000.13
HSL292.43º62.01%64.9%-
HSV(B)292.43º50.23%86.67%-
XYZ44.3629.6471.79-
YUV151.66167.14167.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 110 (43.36% from 255) = 20.45%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=38.48%
G=20.45%
B=41.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071102210.060.5000.13292.4362.0164.9
HexCF6EDD6320D1243e41
Octal31715633566201544476101
Binary11001111110111011011101110110010011011001001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EDD; }

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

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

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

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

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

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

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

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