Html Css Color HEX #C34EE4 Medium Orchid

📋 copy color: '#C34EE4'

red 195 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #C34EE4

Tints of Medium Orchid #C34EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 38.92%
G = 15.57%
B = 45.51%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C34EE4 (or 0xC34EE4) is known color: Medium Orchid. HEX triplet: C3, 4E and E4. RGB value is (195,78,228). Sum of RGB (Red+Green+Blue) = 195+78+228=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #C34EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EE4 is #3CB11B. Grayscale: #818181. Windows color (decimal): -3977500 or 14962371. OLE color: 14962371.

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

Color convert

RGB 195 78 228 -
CMYK 0.14 0.66 0 0.11
HSL 286.8º 0.74% 0.6% -
HSV(B) 286.8º 0.66% 0.89% -
XYZ 39.23 22.65 75.7 -
YUV 130.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 195 78 228 0.14 0.66 0 0.11 286.8 0.74 0.6
Hex C3 4E E4 E 42 0 B 11F 4A 3C
Octal 303 116 344 16 102 0 13 437 112 74
Binary 11000011 1001110 11100100 1110 1000010 0 1011 100011111 1001010 111100

Color Harmonies of #C34EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EE4

Black with #C34EE4

Text Example


Text Example

White with #C34EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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