Html Css Color HEX #CC33EE Medium Orchid

📋 copy color: '#CC33EE'

red 204 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #CC33EE

Tints of Medium Orchid #CC33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.34%

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

R = 41.38%
G = 10.34%
B = 48.28%

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

#CC33EE (or 0xCC33EE) is known color: Medium Orchid. HEX triplet: CC, 33 and EE. RGB value is (204,51,238). Sum of RGB (Red+Green+Blue) = 204+51+238=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EE is #33CC11. Grayscale: #757575. Windows color (decimal): -3394578 or 15610828. OLE color: 15610828.

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

Color convert

RGB 204 51 238 -
CMYK 0.14 0.79 0 0.07
HSL 289.09º 0.85% 0.57% -
HSV(B) 289.09º 0.79% 0.93% -
XYZ 41.52 21.38 82.83 -
YUV 118.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 204 51 238 0.14 0.79 0 0.07 289.09 0.85 0.57
Hex CC 33 EE E 4F 0 7 121 55 39
Octal 314 63 356 16 117 0 7 441 125 71
Binary 11001100 110011 11101110 1110 1001111 0 111 100100001 1010101 111001

Color Harmonies of #CC33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33EE

Black with #CC33EE

Text Example


Text Example

White with #CC33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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