Html Css Color HEX #C34EDD Medium Orchid

📋 copy color: '#C34EDD'

red 195 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #C34EDD

Tints of Medium Orchid #C34EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 39.47%
G = 15.79%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34EDD (or 0xC34EDD) is known color: Medium Orchid. HEX triplet: C3, 4E and DD. RGB value is (195,78,221). Sum of RGB (Red+Green+Blue) = 195+78+221=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EDD is #3CB122. Grayscale: #808080. Windows color (decimal): -3977507 or 14503619. OLE color: 14503619.

HSL color Cylindrical-coordinate representation of color #C34EDD: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34EDD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 78 221 -
CMYK 0.12 0.65 0 0.13
HSL 289.09º 0.68% 0.59% -
HSV(B) 289.09º 0.65% 0.87% -
XYZ 38.28 22.27 70.69 -
YUV 129.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 195 78 221 0.12 0.65 0 0.13 289.09 0.68 0.59
Hex C3 4E DD C 41 0 D 121 44 3B
Octal 303 116 335 14 101 0 15 441 104 73
Binary 11000011 1001110 11011101 1100 1000001 0 1101 100100001 1000100 111011

Color Harmonies of #C34EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EDD

Black with #C34EDD

Text Example


Text Example

White with #C34EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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