Html Css Color HEX #CC34D5 Medium Orchid

📋 copy color: '#CC34D5'

red 204 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #CC34D5

Tints of Medium Orchid #CC34D5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.09%

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

R = 43.5%
G = 11.09%
B = 45.42%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC34D5 (or 0xCC34D5) is known color: Medium Orchid. HEX triplet: CC, 34 and D5. RGB value is (204,52,213). Sum of RGB (Red+Green+Blue) = 204+52+213=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC34D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34D5 is #33CB2A. Grayscale: #737373. Windows color (decimal): -3394347 or 13972684. OLE color: 13972684.

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

Color convert

RGB 204 52 213 -
CMYK 0.04 0.76 0 0.16
HSL 296.65º 0.66% 0.52% -
HSV(B) 296.65º 0.76% 0.84% -
XYZ 38.14 20.1 64.82 -
YUV 115.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 204 52 213 0.04 0.76 0 0.16 296.65 0.66 0.52
Hex CC 34 D5 4 4C 0 10 129 42 34
Octal 314 64 325 4 114 0 20 451 102 64
Binary 11001100 110100 11010101 100 1001100 0 10000 100101001 1000010 110100

Color Harmonies of #CC34D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34D5

Black with #CC34D5

Text Example


Text Example

White with #CC34D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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