Html Css Color HEX #C34DDD Medium Orchid

📋 copy color: '#C34DDD'

red 195 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #C34DDD

Tints of Medium Orchid #C34DDD

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

 GREEN value IS 77 (30.47% from 255) = 15.62%

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

R = 39.55%
G = 15.62%
B = 44.83%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34DDD (or 0xC34DDD) is known color: Medium Orchid. HEX triplet: C3, 4D and DD. RGB value is (195,77,221). Sum of RGB (Red+Green+Blue) = 195+77+221=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDD is #3CB222. Grayscale: #808080. Windows color (decimal): -3977763 or 14503363. OLE color: 14503363.

HSL color Cylindrical-coordinate representation of color #C34DDD: hue angle of 289.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34DDD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 77 221 -
CMYK 0.12 0.65 0 0.13
HSL 289.17º 0.68% 0.58% -
HSV(B) 289.17º 0.65% 0.87% -
XYZ 38.21 22.13 70.66 -
YUV 128.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 195 77 221 0.12 0.65 0 0.13 289.17 0.68 0.58
Hex C3 4D DD C 41 0 D 121 44 3A
Octal 303 115 335 14 101 0 15 441 104 72
Binary 11000011 1001101 11011101 1100 1000001 0 1101 100100001 1000100 111010

Color Harmonies of #C34DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DDD

Black with #C34DDD

Text Example


Text Example

White with #C34DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DDD; }

 p { color: rgb(195,77,221); }

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

background-color css

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

 a { background-color: rgb(195,77,221); }

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

border-color css

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

 span { border-color: rgb(195,77,221); }

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