Html Css Color HEX #C34DDB Medium Orchid

📋 copy color: '#C34DDB'

red 195 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #C34DDB

Tints of Medium Orchid #C34DDB

RGB

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

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

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

R = 39.71%
G = 15.68%
B = 44.6%

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

#C34DDB (or 0xC34DDB) is known color: Medium Orchid. HEX triplet: C3, 4D and DB. RGB value is (195,77,219). Sum of RGB (Red+Green+Blue) = 195+77+219=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDB is #3CB224. Grayscale: #808080. Windows color (decimal): -3977765 or 14372291. OLE color: 14372291.

HSL color Cylindrical-coordinate representation of color #C34DDB: hue angle of 289.86º degrees, saturation: 0.66, 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 #C34DDB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 77 219 -
CMYK 0.11 0.65 0 0.14
HSL 289.86º 0.66% 0.58% -
HSV(B) 289.86º 0.65% 0.86% -
XYZ 37.95 22.02 69.27 -
YUV 128.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 195 77 219 0.11 0.65 0 0.14 289.86 0.66 0.58
Hex C3 4D DB B 41 0 E 122 42 3A
Octal 303 115 333 13 101 0 16 442 102 72
Binary 11000011 1001101 11011011 1011 1000001 0 1110 100100010 1000010 111010

Color Harmonies of #C34DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DDB

Black with #C34DDB

Text Example


Text Example

White with #C34DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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