Html Css Color HEX #CC32EA Medium Orchid

📋 copy color: '#CC32EA'

red 204 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #CC32EA

Tints of Medium Orchid #CC32EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 41.8%
G = 10.25%
B = 47.95%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC32EA (or 0xCC32EA) is known color: Medium Orchid. HEX triplet: CC, 32 and EA. RGB value is (204,50,234). Sum of RGB (Red+Green+Blue) = 204+50+234=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32EA is #33CD15. Grayscale: #747474. Windows color (decimal): -3394838 or 15348428. OLE color: 15348428.

HSL color Cylindrical-coordinate representation of color #CC32EA: hue angle of 290.22º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32EA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 50 234 -
CMYK 0.13 0.79 0 0.08
HSL 290.22º 0.81% 0.56% -
HSV(B) 290.22º 0.79% 0.92% -
XYZ 40.89 21.06 79.75 -
YUV 117.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 204 50 234 0.13 0.79 0 0.08 290.22 0.81 0.56
Hex CC 32 EA D 4F 0 8 122 51 38
Octal 314 62 352 15 117 0 10 442 121 70
Binary 11001100 110010 11101010 1101 1001111 0 1000 100100010 1010001 111000

Color Harmonies of #CC32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32EA

Black with #CC32EA

Text Example


Text Example

White with #CC32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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