Html Css Color HEX #CC33EC Medium Orchid

📋 copy color: '#CC33EC'

red 204 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #CC33EC

Tints of Medium Orchid #CC33EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 41.55%
G = 10.39%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC33EC (or 0xCC33EC) is known color: Medium Orchid. HEX triplet: CC, 33 and EC. RGB value is (204,51,236). Sum of RGB (Red+Green+Blue) = 204+51+236=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EC is #33CC13. Grayscale: #757575. Windows color (decimal): -3394580 or 15479756. OLE color: 15479756.

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

Color convert

RGB 204 51 236 -
CMYK 0.14 0.78 0 0.07
HSL 289.62º 0.83% 0.56% -
HSV(B) 289.62º 0.78% 0.93% -
XYZ 41.23 21.26 81.29 -
YUV 117.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 204 51 236 0.14 0.78 0 0.07 289.62 0.83 0.56
Hex CC 33 EC E 4E 0 7 122 53 38
Octal 314 63 354 16 116 0 7 442 123 70
Binary 11001100 110011 11101100 1110 1001110 0 111 100100010 1010011 111000

Color Harmonies of #CC33EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33EC

Black with #CC33EC

Text Example


Text Example

White with #CC33EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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