Html Css Color HEX #CC33DF Medium Orchid

📋 copy color: '#CC33DF'

red 204 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #CC33DF

Tints of Medium Orchid #CC33DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 42.68%
G = 10.67%
B = 46.65%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC33DF (or 0xCC33DF) is known color: Medium Orchid. HEX triplet: CC, 33 and DF. RGB value is (204,51,223). Sum of RGB (Red+Green+Blue) = 204+51+223=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33DF is #33CC20. Grayscale: #737373. Windows color (decimal): -3394593 or 14627788. OLE color: 14627788.

HSL color Cylindrical-coordinate representation of color #CC33DF: hue angle of 293.37º degrees, saturation: 0.73, 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 #CC33DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 51 223 -
CMYK 0.09 0.77 0 0.13
HSL 293.37º 0.73% 0.54% -
HSV(B) 293.37º 0.77% 0.87% -
XYZ 39.4 20.53 71.7 -
YUV 116.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 204 51 223 0.09 0.77 0 0.13 293.37 0.73 0.54
Hex CC 33 DF 9 4D 0 D 125 49 36
Octal 314 63 337 11 115 0 15 445 111 66
Binary 11001100 110011 11011111 1001 1001101 0 1101 100100101 1001001 110110

Color Harmonies of #CC33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33DF

Black with #CC33DF

Text Example


Text Example

White with #CC33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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