Html Css Color HEX #CC33EF Medium Orchid

📋 copy color: '#CC33EF'

red 204 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #CC33EF

Tints of Medium Orchid #CC33EF

RGB

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

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

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

R = 41.3%
G = 10.32%
B = 48.38%

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

#CC33EF (or 0xCC33EF) is known color: Medium Orchid. HEX triplet: CC, 33 and EF. RGB value is (204,51,239). Sum of RGB (Red+Green+Blue) = 204+51+239=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EF is #33CC10. Grayscale: #757575. Windows color (decimal): -3394577 or 15676364. OLE color: 15676364.

HSL color Cylindrical-coordinate representation of color #CC33EF: hue angle of 288.83º degrees, saturation: 0.85, 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 #CC33EF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 51 239 -
CMYK 0.15 0.79 0 0.06
HSL 288.83º 0.85% 0.57% -
HSV(B) 288.83º 0.79% 0.94% -
XYZ 41.67 21.44 83.6 -
YUV 118.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 204 51 239 0.15 0.79 0 0.06 288.83 0.85 0.57
Hex CC 33 EF F 4F 0 6 121 55 39
Octal 314 63 357 17 117 0 6 441 125 71
Binary 11001100 110011 11101111 1111 1001111 0 110 100100001 1010101 111001

Color Harmonies of #CC33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33EF

Black with #CC33EF

Text Example


Text Example

White with #CC33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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