Html Css Color HEX #CC35DD Medium Orchid

📋 copy color: '#CC35DD'

red 204 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #CC35DD

Tints of Medium Orchid #CC35DD

RGB

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

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

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

R = 42.68%
G = 11.09%
B = 46.23%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC35DD (or 0xCC35DD) is known color: Medium Orchid. HEX triplet: CC, 35 and DD. RGB value is (204,53,221). Sum of RGB (Red+Green+Blue) = 204+53+221=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35DD is #33CA22. Grayscale: #747474. Windows color (decimal): -3394083 or 14497228. OLE color: 14497228.

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

Color convert

RGB 204 53 221 -
CMYK 0.08 0.76 0 0.13
HSL 293.93º 0.71% 0.54% -
HSV(B) 293.93º 0.76% 0.87% -
XYZ 39.23 20.6 70.32 -
YUV 117.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 204 53 221 0.08 0.76 0 0.13 293.93 0.71 0.54
Hex CC 35 DD 8 4C 0 D 126 47 36
Octal 314 65 335 10 114 0 15 446 107 66
Binary 11001100 110101 11011101 1000 1001100 0 1101 100100110 1000111 110110

Color Harmonies of #CC35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35DD

Black with #CC35DD

Text Example


Text Example

White with #CC35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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