Html Css Color HEX #CF32E9 Medium Orchid

📋 copy color: '#CF32E9'

red 207 ◦ green 50 ◦ blue 233

#CF32E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF32E9

Tints of Medium Orchid #CF32E9

RGB

 RED value IS 207 (81.25% from 255) = 42.24%

 GREEN value IS 50 (19.92% from 255) = 10.2%

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 42.24%
G = 10.2%
B = 47.55%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF32E9 (or 0xCF32E9) is known color: Medium Orchid. HEX triplet: CF, 32 and E9. RGB value is (207,50,233). Sum of RGB (Red+Green+Blue) = 207+50+233=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32E9 is #30CD16. Grayscale: #757575. Windows color (decimal): -3198231 or 15282895. OLE color: 15282895.

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

Color convert

RGB 207 50 233 -
CMYK 0.11 0.79 0 0.09
HSL 291.48º 0.81% 0.55% -
HSV(B) 291.48º 0.79% 0.91% -
XYZ 41.58 21.43 79.04 -
YUV 117.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 207 50 233 0.11 0.79 0 0.09 291.48 0.81 0.55
Hex CF 32 E9 B 4F 0 9 123 51 37
Octal 317 62 351 13 117 0 11 443 121 67
Binary 11001111 110010 11101001 1011 1001111 0 1001 100100011 1010001 110111

Color Harmonies of #CF32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32E9

Black with #CF32E9

Text Example


Text Example

White with #CF32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32E9; }

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

 H1.HeaderClassName
 {
   color: #CF32E9;
 }
 .AnyTagClassName
 {
   color: #CF32E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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