Html Css Color HEX #C34CD5 Medium Orchid

📋 copy color: '#C34CD5'

red 195 ◦ green 76 ◦ blue 213

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

Shades of Medium Orchid #C34CD5

Tints of Medium Orchid #C34CD5

RGB

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

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

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

R = 40.29%
G = 15.7%
B = 44.01%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C34CD5 (or 0xC34CD5) is known color: Medium Orchid. HEX triplet: C3, 4C and D5. RGB value is (195,76,213). Sum of RGB (Red+Green+Blue) = 195+76+213=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #C34CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CD5 is #3CB32A. Grayscale: #7E7E7E. Windows color (decimal): -3978027 or 13978819. OLE color: 13978819.

HSL color Cylindrical-coordinate representation of color #C34CD5: hue angle of 292.12º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34CD5 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 76 213 -
CMYK 0.08 0.64 0 0.16
HSL 292.12º 0.62% 0.57% -
HSV(B) 292.12º 0.64% 0.84% -
XYZ 37.1 21.58 65.16 -
YUV 127.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 195 76 213 0.08 0.64 0 0.16 292.12 0.62 0.57
Hex C3 4C D5 8 40 0 10 124 3E 39
Octal 303 114 325 10 100 0 20 444 76 71
Binary 11000011 1001100 11010101 1000 1000000 0 10000 100100100 111110 111001

Color Harmonies of #C34CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CD5

Black with #C34CD5

Text Example


Text Example

White with #C34CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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