#CF61DD

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

Shades of Orchid #CF61DD

Tints of Orchid #CF61DD

Color information

#CF61DD (or 0xCF61DD) is unknown color: approx Orchid. HEX triplet: CF, 61 and DD. RGB value is (207,97,221). Sum of RGB (Red+Green+Blue) = 207+97+221=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61DD is #309E22. Grayscale: #8F8F8F. Windows color (decimal): -3186211 or 14508495. OLE color: 14508495.

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

Color convert

RGB20797221-
CMYK0.060.5600.13
HSL293.23º64.58%62.35%-
HSV(B)293.23º56.11%86.67%-
XYZ43.0627.0471.36-
YUV144.03171.44172.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=39.43%
G=18.48%
B=42.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207972210.060.5600.13293.2364.5862.35
HexCF61DD6380D125413e
Octal31714133567001544510176
Binary11001111110000111011101110111000011011001001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61DD; }

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

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

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

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

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

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

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

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