Html Css Color HEX #C34EFC Medium Orchid

📋 copy color: '#C34EFC'

red 195 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #C34EFC

Tints of Medium Orchid #C34EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 37.14%
G = 14.86%
B = 48%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C34EFC (or 0xC34EFC) is known color: Medium Orchid. HEX triplet: C3, 4E and FC. RGB value is (195,78,252). Sum of RGB (Red+Green+Blue) = 195+78+252=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C34EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EFC is #3CB103. Grayscale: #848484. Windows color (decimal): -3977476 or 16535235. OLE color: 16535235.

HSL color Cylindrical-coordinate representation of color #C34EFC: hue angle of 280.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34EFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 78 252 -
CMYK 0.23 0.69 0 0.01
HSL 280.34º 0.97% 0.65% -
HSV(B) 280.34º 0.69% 0.99% -
XYZ 42.8 24.08 94.49 -
YUV 132.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 195 78 252 0.23 0.69 0 0.01 280.34 0.97 0.65
Hex C3 4E FC 17 45 0 1 118 61 41
Octal 303 116 374 27 105 0 1 430 141 101
Binary 11000011 1001110 11111100 10111 1000101 0 1 100011000 1100001 1000001

Color Harmonies of #C34EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EFC

Black with #C34EFC

Text Example


Text Example

White with #C34EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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