Html Css Color HEX #C34EE8 Medium Orchid

📋 copy color: '#C34EE8'

red 195 ◦ green 78 ◦ blue 232

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

Shades of Medium Orchid #C34EE8

Tints of Medium Orchid #C34EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 38.61%
G = 15.45%
B = 45.94%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C34EE8 (or 0xC34EE8) is known color: Medium Orchid. HEX triplet: C3, 4E and E8. RGB value is (195,78,232). Sum of RGB (Red+Green+Blue) = 195+78+232=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #C34EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EE8 is #3CB117. Grayscale: #828282. Windows color (decimal): -3977496 or 15224515. OLE color: 15224515.

HSL color Cylindrical-coordinate representation of color #C34EE8: hue angle of 285.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34EE8 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 78 232 -
CMYK 0.16 0.66 0 0.09
HSL 285.58º 0.77% 0.61% -
HSV(B) 285.58º 0.66% 0.91% -
XYZ 39.8 22.88 78.66 -
YUV 130.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 195 78 232 0.16 0.66 0 0.09 285.58 0.77 0.61
Hex C3 4E E8 10 42 0 9 11E 4D 3D
Octal 303 116 350 20 102 0 11 436 115 75
Binary 11000011 1001110 11101000 10000 1000010 0 1001 100011110 1001101 111101

Color Harmonies of #C34EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EE8

Black with #C34EE8

Text Example


Text Example

White with #C34EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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