Html Css Color HEX #CC35D5 Medium Orchid

📋 copy color: '#CC35D5'

red 204 ◦ green 53 ◦ blue 213

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

Shades of Medium Orchid #CC35D5

Tints of Medium Orchid #CC35D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 43.4%
G = 11.28%
B = 45.32%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC35D5 (or 0xCC35D5) is known color: Medium Orchid. HEX triplet: CC, 35 and D5. RGB value is (204,53,213). Sum of RGB (Red+Green+Blue) = 204+53+213=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC35D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35D5 is #33CA2A. Grayscale: #737373. Windows color (decimal): -3394091 or 13972940. OLE color: 13972940.

HSL color Cylindrical-coordinate representation of color #CC35D5: hue angle of 296.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC35D5 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 53 213 -
CMYK 0.04 0.75 0 0.16
HSL 296.63º 0.66% 0.52% -
HSV(B) 296.63º 0.75% 0.84% -
XYZ 38.19 20.19 64.83 -
YUV 116.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 204 53 213 0.04 0.75 0 0.16 296.63 0.66 0.52
Hex CC 35 D5 4 4B 0 10 129 42 34
Octal 314 65 325 4 113 0 20 451 102 64
Binary 11001100 110101 11010101 100 1001011 0 10000 100101001 1000010 110100

Color Harmonies of #CC35D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35D5

Black with #CC35D5

Text Example


Text Example

White with #CC35D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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