#CF5FDA

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

Shades of Orchid #CF5FDA

Tints of Orchid #CF5FDA

Color information

#CF5FDA (or 0xCF5FDA) is unknown color: approx Orchid. HEX triplet: CF, 5F and DA. RGB value is (207,95,218). Sum of RGB (Red+Green+Blue) = 207+95+218=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDA is #30A025. Grayscale: #8E8E8E. Windows color (decimal): -3186726 or 14311375. OLE color: 14311375.

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

Color convert

RGB20795218-
CMYK0.050.5600.15
HSL294.63º62.44%61.37%-
HSV(B)294.63º56.42%85.49%-
XYZ42.4826.5169.21-
YUV142.51170.61174-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=39.81%
G=18.27%
B=41.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207952180.050.5600.15294.6362.4461.37
HexCF5FDA5380F1273e3d
Octal3171373325700174477675
Binary1100111110111111101101010111100001111100100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5FDA; }

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

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

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

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

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

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

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

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