Html Css Color HEX #C34CD6 Medium Orchid

📋 copy color: '#C34CD6'

red 195 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #C34CD6

Tints of Medium Orchid #C34CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 40.21%
G = 15.67%
B = 44.12%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C34CD6 (or 0xC34CD6) is known color: Medium Orchid. HEX triplet: C3, 4C and D6. RGB value is (195,76,214). Sum of RGB (Red+Green+Blue) = 195+76+214=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #C34CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CD6 is #3CB329. Grayscale: #7E7E7E. Windows color (decimal): -3978026 or 14044355. OLE color: 14044355.

HSL color Cylindrical-coordinate representation of color #C34CD6: hue angle of 291.74º degrees, saturation: 0.63, 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 #C34CD6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 76 214 -
CMYK 0.09 0.64 0 0.16
HSL 291.74º 0.63% 0.57% -
HSV(B) 291.74º 0.64% 0.84% -
XYZ 37.23 21.63 65.83 -
YUV 127.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 195 76 214 0.09 0.64 0 0.16 291.74 0.63 0.57
Hex C3 4C D6 9 40 0 10 124 3F 39
Octal 303 114 326 11 100 0 20 444 77 71
Binary 11000011 1001100 11010110 1001 1000000 0 10000 100100100 111111 111001

Color Harmonies of #C34CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CD6

Black with #C34CD6

Text Example


Text Example

White with #C34CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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