Html Css Color HEX #CC33DD Medium Orchid

📋 copy color: '#CC33DD'

red 204 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #CC33DD

Tints of Medium Orchid #CC33DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 42.86%
G = 10.71%
B = 46.43%

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

#CC33DD (or 0xCC33DD) is known color: Medium Orchid. HEX triplet: CC, 33 and DD. RGB value is (204,51,221). Sum of RGB (Red+Green+Blue) = 204+51+221=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33DD is #33CC22. Grayscale: #737373. Windows color (decimal): -3394595 or 14496716. OLE color: 14496716.

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

Color convert

RGB 204 51 221 -
CMYK 0.08 0.77 0 0.13
HSL 294º 0.71% 0.53% -
HSV(B) 294º 0.77% 0.87% -
XYZ 39.14 20.43 70.29 -
YUV 116.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 204 51 221 0.08 0.77 0 0.13 294 0.71 0.53
Hex CC 33 DD 8 4D 0 D 126 47 35
Octal 314 63 335 10 115 0 15 446 107 65
Binary 11001100 110011 11011101 1000 1001101 0 1101 100100110 1000111 110101

Color Harmonies of #CC33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33DD

Black with #CC33DD

Text Example


Text Example

White with #CC33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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