Html Css Color HEX #C34DCE Medium Orchid

📋 copy color: '#C34DCE'

red 195 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #C34DCE

Tints of Medium Orchid #C34DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.11%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 40.79%
G = 16.11%
B = 43.1%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C34DCE (or 0xC34DCE) is known color: Medium Orchid. HEX triplet: C3, 4D and CE. RGB value is (195,77,206). Sum of RGB (Red+Green+Blue) = 195+77+206=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C34DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DCE is #3CB231. Grayscale: #7E7E7E. Windows color (decimal): -3977778 or 13520323. OLE color: 13520323.

HSL color Cylindrical-coordinate representation of color #C34DCE: hue angle of 294.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34DCE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 77 206 -
CMYK 0.05 0.63 0 0.19
HSL 294.88º 0.57% 0.55% -
HSV(B) 294.88º 0.63% 0.81% -
XYZ 36.3 21.37 60.6 -
YUV 126.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 195 77 206 0.05 0.63 0 0.19 294.88 0.57 0.55
Hex C3 4D CE 5 3F 0 13 127 39 37
Octal 303 115 316 5 77 0 23 447 71 67
Binary 11000011 1001101 11001110 101 111111 0 10011 100100111 111001 110111

Color Harmonies of #C34DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DCE

Black with #C34DCE

Text Example


Text Example

White with #C34DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DCE; }

 p { color: rgb(195,77,206); }

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

background-color css

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

 a { background-color: rgb(195,77,206); }

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

border-color css

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

 span { border-color: rgb(195,77,206); }

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