Html Css Color HEX #CC36D5 Medium Orchid

📋 copy color: '#CC36D5'

red 204 ◦ green 54 ◦ blue 213

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

Shades of Medium Orchid #CC36D5

Tints of Medium Orchid #CC36D5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.46%

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

R = 43.31%
G = 11.46%
B = 45.22%

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

#CC36D5 (or 0xCC36D5) is known color: Medium Orchid. HEX triplet: CC, 36 and D5. RGB value is (204,54,213). Sum of RGB (Red+Green+Blue) = 204+54+213=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36D5 is #33C92A. Grayscale: #747474. Windows color (decimal): -3393835 or 13973196. OLE color: 13973196.

HSL color Cylindrical-coordinate representation of color #CC36D5: hue angle of 296.6º degrees, saturation: 0.65, 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 #CC36D5 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 54 213 -
CMYK 0.04 0.75 0 0.16
HSL 296.6º 0.65% 0.52% -
HSV(B) 296.6º 0.75% 0.84% -
XYZ 38.23 20.28 64.85 -
YUV 116.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 204 54 213 0.04 0.75 0 0.16 296.6 0.65 0.52
Hex CC 36 D5 4 4B 0 10 129 41 34
Octal 314 66 325 4 113 0 20 451 101 64
Binary 11001100 110110 11010101 100 1001011 0 10000 100101001 1000001 110100

Color Harmonies of #CC36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36D5

Black with #CC36D5

Text Example


Text Example

White with #CC36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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