Html Css Color HEX #CC35E4 Medium Orchid

📋 copy color: '#CC35E4'

red 204 ◦ green 53 ◦ blue 228

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

Shades of Medium Orchid #CC35E4

Tints of Medium Orchid #CC35E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 42.06%
G = 10.93%
B = 47.01%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC35E4 (or 0xCC35E4) is known color: Medium Orchid. HEX triplet: CC, 35 and E4. RGB value is (204,53,228). Sum of RGB (Red+Green+Blue) = 204+53+228=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC35E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35E4 is #33CA1B. Grayscale: #757575. Windows color (decimal): -3394076 or 14955980. OLE color: 14955980.

HSL color Cylindrical-coordinate representation of color #CC35E4: hue angle of 291.77º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC35E4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 53 228 -
CMYK 0.11 0.77 0 0.11
HSL 291.77º 0.76% 0.55% -
HSV(B) 291.77º 0.77% 0.89% -
XYZ 40.18 20.99 75.33 -
YUV 118.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 204 53 228 0.11 0.77 0 0.11 291.77 0.76 0.55
Hex CC 35 E4 B 4D 0 B 124 4C 37
Octal 314 65 344 13 115 0 13 444 114 67
Binary 11001100 110101 11100100 1011 1001101 0 1011 100100100 1001100 110111

Color Harmonies of #CC35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35E4

Black with #CC35E4

Text Example


Text Example

White with #CC35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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