Html Css Color HEX #CC32EF Medium Orchid

📋 copy color: '#CC32EF'

red 204 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #CC32EF

Tints of Medium Orchid #CC32EF

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 41.38%
G = 10.14%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC32EF (or 0xCC32EF) is known color: Medium Orchid. HEX triplet: CC, 32 and EF. RGB value is (204,50,239). Sum of RGB (Red+Green+Blue) = 204+50+239=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32EF is #33CD10. Grayscale: #747474. Windows color (decimal): -3394833 or 15676108. OLE color: 15676108.

HSL color Cylindrical-coordinate representation of color #CC32EF: hue angle of 288.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32EF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 50 239 -
CMYK 0.15 0.79 0 0.06
HSL 288.89º 0.86% 0.57% -
HSV(B) 288.89º 0.79% 0.94% -
XYZ 41.62 21.35 83.59 -
YUV 117.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 204 50 239 0.15 0.79 0 0.06 288.89 0.86 0.57
Hex CC 32 EF F 4F 0 6 121 56 39
Octal 314 62 357 17 117 0 6 441 126 71
Binary 11001100 110010 11101111 1111 1001111 0 110 100100001 1010110 111001

Color Harmonies of #CC32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32EF

Black with #CC32EF

Text Example


Text Example

White with #CC32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32EF; }

 p { color: rgb(204,50,239); }

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

background-color css

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

 a { background-color: rgb(204,50,239); }

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

border-color css

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

 span { border-color: rgb(204,50,239); }

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