Html Css Color HEX #CC33EB Medium Orchid

📋 copy color: '#CC33EB'

red 204 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #CC33EB

Tints of Medium Orchid #CC33EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 41.63%
G = 10.41%
B = 47.96%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC33EB (or 0xCC33EB) is known color: Medium Orchid. HEX triplet: CC, 33 and EB. RGB value is (204,51,235). Sum of RGB (Red+Green+Blue) = 204+51+235=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EB is #33CC14. Grayscale: #757575. Windows color (decimal): -3394581 or 15414220. OLE color: 15414220.

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

Color convert

RGB 204 51 235 -
CMYK 0.13 0.78 0 0.08
HSL 289.89º 0.82% 0.56% -
HSV(B) 289.89º 0.78% 0.92% -
XYZ 41.08 21.2 80.52 -
YUV 117.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 204 51 235 0.13 0.78 0 0.08 289.89 0.82 0.56
Hex CC 33 EB D 4E 0 8 122 52 38
Octal 314 63 353 15 116 0 10 442 122 70
Binary 11001100 110011 11101011 1101 1001110 0 1000 100100010 1010010 111000

Color Harmonies of #CC33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33EB

Black with #CC33EB

Text Example


Text Example

White with #CC33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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