#CF33ED

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

Shades of Medium Orchid #CF33ED

Tints of Medium Orchid #CF33ED

Color information

#CF33ED (or 0xCF33ED) is unknown color: approx Medium Orchid. HEX triplet: CF, 33 and ED. RGB value is (207,51,237). Sum of RGB (Red+Green+Blue) = 207+51+237=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33ED is #30CC12. Grayscale: #767676. Windows color (decimal): -3197971 or 15545295. OLE color: 15545295.

HSL color Cylindrical-coordinate representation of color #CF33ED: hue angle of 290.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF33ED is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20751237-
CMYK0.130.7800.07
HSL290.32º83.78%56.47%-
HSV(B)290.32º78.48%92.94%-
XYZ42.221.7582.09-
YUV118.85194.68190.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=41.82%
G=10.30%
B=47.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207512370.130.7800.07290.3283.7856.47
HexCF33EDD4E071225438
Octal31763355151160744212470
Binary11001111110011111011011101100111001111001000101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF33ED; }

 p { color: rgb(207,51,237); }

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

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

 a { background-color: rgb(207,51,237); }

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

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

 span { border-color: rgb(207,51,237); }

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