Html Css Color HEX #C34EDF Medium Orchid

📋 copy color: '#C34EDF'

red 195 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #C34EDF

Tints of Medium Orchid #C34EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 39.31%
G = 15.73%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34EDF (or 0xC34EDF) is known color: Medium Orchid. HEX triplet: C3, 4E and DF. RGB value is (195,78,223). Sum of RGB (Red+Green+Blue) = 195+78+223=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C34EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EDF is #3CB120. Grayscale: #818181. Windows color (decimal): -3977505 or 14634691. OLE color: 14634691.

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

Color convert

RGB 195 78 223 -
CMYK 0.13 0.65 0 0.13
HSL 288.41º 0.69% 0.59% -
HSV(B) 288.41º 0.65% 0.87% -
XYZ 38.55 22.38 72.1 -
YUV 129.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 195 78 223 0.13 0.65 0 0.13 288.41 0.69 0.59
Hex C3 4E DF D 41 0 D 120 45 3B
Octal 303 116 337 15 101 0 15 440 105 73
Binary 11000011 1001110 11011111 1101 1000001 0 1101 100100000 1000101 111011

Color Harmonies of #C34EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EDF

Black with #C34EDF

Text Example


Text Example

White with #C34EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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