Html Css Color HEX #CC33DE Medium Orchid

📋 copy color: '#CC33DE'

red 204 ◦ green 51 ◦ blue 222

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

Shades of Medium Orchid #CC33DE

Tints of Medium Orchid #CC33DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 42.77%
G = 10.69%
B = 46.54%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC33DE (or 0xCC33DE) is known color: Medium Orchid. HEX triplet: CC, 33 and DE. RGB value is (204,51,222). Sum of RGB (Red+Green+Blue) = 204+51+222=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33DE is #33CC21. Grayscale: #737373. Windows color (decimal): -3394594 or 14562252. OLE color: 14562252.

HSL color Cylindrical-coordinate representation of color #CC33DE: hue angle of 293.68º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC33DE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 51 222 -
CMYK 0.08 0.77 0 0.13
HSL 293.68º 0.72% 0.54% -
HSV(B) 293.68º 0.77% 0.87% -
XYZ 39.27 20.48 70.99 -
YUV 116.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 204 51 222 0.08 0.77 0 0.13 293.68 0.72 0.54
Hex CC 33 DE 8 4D 0 D 126 48 36
Octal 314 63 336 10 115 0 15 446 110 66
Binary 11001100 110011 11011110 1000 1001101 0 1101 100100110 1001000 110110

Color Harmonies of #CC33DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33DE

Black with #CC33DE

Text Example


Text Example

White with #CC33DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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