Html Css Color HEX #CC32EE Medium Orchid

📋 copy color: '#CC32EE'

red 204 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #CC32EE

Tints of Medium Orchid #CC32EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 41.46%
G = 10.16%
B = 48.37%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC32EE (or 0xCC32EE) is known color: Medium Orchid. HEX triplet: CC, 32 and EE. RGB value is (204,50,238). Sum of RGB (Red+Green+Blue) = 204+50+238=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32EE is #33CD11. Grayscale: #747474. Windows color (decimal): -3394834 or 15610572. OLE color: 15610572.

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

Color convert

RGB 204 50 238 -
CMYK 0.14 0.79 0 0.07
HSL 289.15º 0.85% 0.56% -
HSV(B) 289.15º 0.79% 0.93% -
XYZ 41.48 21.29 82.81 -
YUV 117.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 204 50 238 0.14 0.79 0 0.07 289.15 0.85 0.56
Hex CC 32 EE E 4F 0 7 121 55 38
Octal 314 62 356 16 117 0 7 441 125 70
Binary 11001100 110010 11101110 1110 1001111 0 111 100100001 1010101 111000

Color Harmonies of #CC32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32EE

Black with #CC32EE

Text Example


Text Example

White with #CC32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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