#CF61D7

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

Shades of Orchid #CF61D7

Tints of Orchid #CF61D7

Color information

#CF61D7 (or 0xCF61D7) is unknown color: approx Orchid. HEX triplet: CF, 61 and D7. RGB value is (207,97,215). Sum of RGB (Red+Green+Blue) = 207+97+215=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D7 is #309E28. Grayscale: #8E8E8E. Windows color (decimal): -3186217 or 14115279. OLE color: 14115279.

HSL color Cylindrical-coordinate representation of color #CF61D7: hue angle of 295.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF61D7 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20797215-
CMYK0.040.5500.16
HSL295.93º59.6%61.18%-
HSV(B)295.93º54.88%84.31%-
XYZ42.2726.7267.22-
YUV143.34168.44173.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=39.88%
G=18.69%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207972150.040.5500.16295.9359.661.18
HexCF61D74370101283c3d
Octal3171413274670204507475
Binary11001111110000111010111100110111010000100101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61D7; }

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

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

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

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

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

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

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

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