#CF33E9

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

Shades of Medium Orchid #CF33E9

Tints of Medium Orchid #CF33E9

Color information

#CF33E9 (or 0xCF33E9) is unknown color: approx Medium Orchid. HEX triplet: CF, 33 and E9. RGB value is (207,51,233). Sum of RGB (Red+Green+Blue) = 207+51+233=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF33E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33E9 is #30CC16. Grayscale: #757575. Windows color (decimal): -3197975 or 15283151. OLE color: 15283151.

HSL color Cylindrical-coordinate representation of color #CF33E9: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF33E9 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20751233-
CMYK0.110.7800.09
HSL291.43º80.53%55.69%-
HSV(B)291.43º78.11%91.37%-
XYZ41.6221.5279.05-
YUV118.39192.68191.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 51 (20.31% from 255) = 10.39%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=42.16%
G=10.39%
B=47.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207512330.110.7800.09291.4380.5355.69
HexCF33E9B4E091235138
Octal317633511311601144312170
Binary110011111100111110100110111001110010011001000111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF33E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF33E9; }

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

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

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

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

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

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

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

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