Html Css Color HEX #C34EDB Medium Orchid

📋 copy color: '#C34EDB'

red 195 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #C34EDB

Tints of Medium Orchid #C34EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 39.63%
G = 15.85%
B = 44.51%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C34EDB (or 0xC34EDB) is known color: Medium Orchid. HEX triplet: C3, 4E and DB. RGB value is (195,78,219). Sum of RGB (Red+Green+Blue) = 195+78+219=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EDB is #3CB124. Grayscale: #808080. Windows color (decimal): -3977509 or 14372547. OLE color: 14372547.

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

Color convert

RGB 195 78 219 -
CMYK 0.11 0.64 0 0.14
HSL 289.79º 0.66% 0.58% -
HSV(B) 289.79º 0.64% 0.86% -
XYZ 38.02 22.17 69.29 -
YUV 129.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 195 78 219 0.11 0.64 0 0.14 289.79 0.66 0.58
Hex C3 4E DB B 40 0 E 122 42 3A
Octal 303 116 333 13 100 0 16 442 102 72
Binary 11000011 1001110 11011011 1011 1000000 0 1110 100100010 1000010 111010

Color Harmonies of #C34EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EDB

Black with #C34EDB

Text Example


Text Example

White with #C34EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EDB; }

 p { color: rgb(195,78,219); }

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

background-color css

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

 a { background-color: rgb(195,78,219); }

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

border-color css

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

 span { border-color: rgb(195,78,219); }

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