Html Css Color HEX #C34EF7 Medium Orchid

📋 copy color: '#C34EF7'

red 195 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #C34EF7

Tints of Medium Orchid #C34EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.5%

R = 37.5%
G = 15%
B = 47.5%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C34EF7 (or 0xC34EF7) is known color: Medium Orchid. HEX triplet: C3, 4E and F7. RGB value is (195,78,247). Sum of RGB (Red+Green+Blue) = 195+78+247=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #C34EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EF7 is #3CB108. Grayscale: #838383. Windows color (decimal): -3977481 or 16207555. OLE color: 16207555.

HSL color Cylindrical-coordinate representation of color #C34EF7: hue angle of 281.54º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34EF7 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 78 247 -
CMYK 0.21 0.68 0 0.03
HSL 281.54º 0.91% 0.64% -
HSV(B) 281.54º 0.68% 0.97% -
XYZ 42.02 23.77 90.37 -
YUV 132.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 195 78 247 0.21 0.68 0 0.03 281.54 0.91 0.64
Hex C3 4E F7 15 44 0 3 11A 5B 40
Octal 303 116 367 25 104 0 3 432 133 100
Binary 11000011 1001110 11110111 10101 1000100 0 11 100011010 1011011 1000000

Color Harmonies of #C34EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EF7

Black with #C34EF7

Text Example


Text Example

White with #C34EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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