Html Css Color HEX #C34CDA Medium Orchid

📋 copy color: '#C34CDA'

red 195 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #C34CDA

Tints of Medium Orchid #C34CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.54%

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 39.88%
G = 15.54%
B = 44.58%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C34CDA (or 0xC34CDA) is known color: Medium Orchid. HEX triplet: C3, 4C and DA. RGB value is (195,76,218). Sum of RGB (Red+Green+Blue) = 195+76+218=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C34CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CDA is #3CB325. Grayscale: #7F7F7F. Windows color (decimal): -3978022 or 14306499. OLE color: 14306499.

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

Color convert

RGB 195 76 218 -
CMYK 0.11 0.65 0 0.15
HSL 290.28º 0.66% 0.58% -
HSV(B) 290.28º 0.65% 0.85% -
XYZ 37.75 21.83 68.55 -
YUV 127.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 195 76 218 0.11 0.65 0 0.15 290.28 0.66 0.58
Hex C3 4C DA B 41 0 F 122 42 3A
Octal 303 114 332 13 101 0 17 442 102 72
Binary 11000011 1001100 11011010 1011 1000001 0 1111 100100010 1000010 111010

Color Harmonies of #C34CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CDA

Black with #C34CDA

Text Example


Text Example

White with #C34CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CDA; }

 p { color: rgb(195,76,218); }

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

background-color css

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

 a { background-color: rgb(195,76,218); }

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

border-color css

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

 span { border-color: rgb(195,76,218); }

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