Html Css Color HEX #C34CDC Medium Orchid

📋 copy color: '#C34CDC'

red 195 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #C34CDC

Tints of Medium Orchid #C34CDC

RGB

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

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

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

R = 39.71%
G = 15.48%
B = 44.81%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C34CDC (or 0xC34CDC) is known color: Medium Orchid. HEX triplet: C3, 4C and DC. RGB value is (195,76,220). Sum of RGB (Red+Green+Blue) = 195+76+220=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C34CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CDC is #3CB323. Grayscale: #7F7F7F. Windows color (decimal): -3978020 or 14437571. OLE color: 14437571.

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

Color convert

RGB 195 76 220 -
CMYK 0.11 0.65 0 0.14
HSL 289.58º 0.67% 0.58% -
HSV(B) 289.58º 0.65% 0.86% -
XYZ 38.01 21.94 69.94 -
YUV 128 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 195 76 220 0.11 0.65 0 0.14 289.58 0.67 0.58
Hex C3 4C DC B 41 0 E 122 43 3A
Octal 303 114 334 13 101 0 16 442 103 72
Binary 11000011 1001100 11011100 1011 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C34CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CDC

Black with #C34CDC

Text Example


Text Example

White with #C34CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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