Html Css Color HEX #C34EFE Medium Orchid

📋 copy color: '#C34EFE'

red 195 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #C34EFE

Tints of Medium Orchid #C34EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 37%
G = 14.8%
B = 48.2%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C34EFE (or 0xC34EFE) is known color: Medium Orchid. HEX triplet: C3, 4E and FE. RGB value is (195,78,254). Sum of RGB (Red+Green+Blue) = 195+78+254=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C34EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EFE is #3CB101. Grayscale: #848484. Windows color (decimal): -3977474 or 16666307. OLE color: 16666307.

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

Color convert

RGB 195 78 254 -
CMYK 0.23 0.69 0 0.00
HSL 279.89º 0.99% 0.65% -
HSV(B) 279.89º 0.69% 1% -
XYZ 43.12 24.21 96.17 -
YUV 133.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 195 78 254 0.23 0.69 0 0.00 279.89 0.99 0.65
Hex C3 4E FE 17 45 0 0 118 63 41
Octal 303 116 376 27 105 0 0 430 143 101
Binary 11000011 1001110 11111110 10111 1000101 0 0 100011000 1100011 1000001

Color Harmonies of #C34EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EFE

Black with #C34EFE

Text Example


Text Example

White with #C34EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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