Html Css Color HEX #CC35DC Medium Orchid

📋 copy color: '#CC35DC'

red 204 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #CC35DC

Tints of Medium Orchid #CC35DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.11%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 42.77%
G = 11.11%
B = 46.12%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC35DC (or 0xCC35DC) is known color: Medium Orchid. HEX triplet: CC, 35 and DC. RGB value is (204,53,220). Sum of RGB (Red+Green+Blue) = 204+53+220=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35DC is #33CA23. Grayscale: #747474. Windows color (decimal): -3394084 or 14431692. OLE color: 14431692.

HSL color Cylindrical-coordinate representation of color #CC35DC: hue angle of 294.25º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC35DC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 53 220 -
CMYK 0.07 0.76 0 0.14
HSL 294.25º 0.7% 0.54% -
HSV(B) 294.25º 0.76% 0.86% -
XYZ 39.09 20.55 69.62 -
YUV 117.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 204 53 220 0.07 0.76 0 0.14 294.25 0.7 0.54
Hex CC 35 DC 7 4C 0 E 126 46 36
Octal 314 65 334 7 114 0 16 446 106 66
Binary 11001100 110101 11011100 111 1001100 0 1110 100100110 1000110 110110

Color Harmonies of #CC35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35DC

Black with #CC35DC

Text Example


Text Example

White with #CC35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35DC; }

 p { color: rgb(204,53,220); }

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

background-color css

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

 a { background-color: rgb(204,53,220); }

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

border-color css

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

 span { border-color: rgb(204,53,220); }

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