#CF53DD

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

Shades of Medium Orchid #CF53DD

Tints of Medium Orchid #CF53DD

Color information

#CF53DD (or 0xCF53DD) is unknown color: approx Medium Orchid. HEX triplet: CF, 53 and DD. RGB value is (207,83,221). Sum of RGB (Red+Green+Blue) = 207+83+221=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53DD is #30AC22. Grayscale: #878787. Windows color (decimal): -3189795 or 14504911. OLE color: 14504911.

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

Color convert

RGB20783221-
CMYK0.060.6200.13
HSL293.91º66.99%59.61%-
HSV(B)293.91º62.44%86.67%-
XYZ41.8824.6770.96-
YUV135.81176.08178.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=40.51%
G=16.24%
B=43.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207832210.060.6200.13293.9166.9959.61
HexCF53DD63E0D126433c
Octal31712333567601544610374
Binary11001111101001111011101110111110011011001001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF53DD; }

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

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

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

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

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

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

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

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