Html Css Color HEX #C34ADC Medium Orchid

📋 copy color: '#C34ADC'

red 195 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #C34ADC

Tints of Medium Orchid #C34ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.13%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 39.88%
G = 15.13%
B = 44.99%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C34ADC (or 0xC34ADC) is known color: Medium Orchid. HEX triplet: C3, 4A and DC. RGB value is (195,74,220). Sum of RGB (Red+Green+Blue) = 195+74+220=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C34ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ADC is #3CB523. Grayscale: #7E7E7E. Windows color (decimal): -3978532 or 14437059. OLE color: 14437059.

HSL color Cylindrical-coordinate representation of color #C34ADC: hue angle of 289.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34ADC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 74 220 -
CMYK 0.11 0.66 0 0.14
HSL 289.73º 0.68% 0.58% -
HSV(B) 289.73º 0.66% 0.86% -
XYZ 37.87 21.67 69.9 -
YUV 126.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 195 74 220 0.11 0.66 0 0.14 289.73 0.68 0.58
Hex C3 4A DC B 42 0 E 122 44 3A
Octal 303 112 334 13 102 0 16 442 104 72
Binary 11000011 1001010 11011100 1011 1000010 0 1110 100100010 1000100 111010

Color Harmonies of #C34ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ADC

Black with #C34ADC

Text Example


Text Example

White with #C34ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ADC; }

 p { color: rgb(195,74,220); }

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

background-color css

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

 a { background-color: rgb(195,74,220); }

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

border-color css

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

 span { border-color: rgb(195,74,220); }

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