Html Css Color HEX #C34EFD Medium Orchid

📋 copy color: '#C34EFD'

red 195 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #C34EFD

Tints of Medium Orchid #C34EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 37.07%
G = 14.83%
B = 48.1%

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

#C34EFD (or 0xC34EFD) is known color: Medium Orchid. HEX triplet: C3, 4E and FD. RGB value is (195,78,253). Sum of RGB (Red+Green+Blue) = 195+78+253=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C34EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EFD is #3CB102. Grayscale: #848484. Windows color (decimal): -3977475 or 16600771. OLE color: 16600771.

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

Color convert

RGB 195 78 253 -
CMYK 0.23 0.69 0 0.01
HSL 280.11º 0.98% 0.65% -
HSV(B) 280.11º 0.69% 0.99% -
XYZ 42.96 24.14 95.32 -
YUV 132.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 195 78 253 0.23 0.69 0 0.01 280.11 0.98 0.65
Hex C3 4E FD 17 45 0 1 118 62 41
Octal 303 116 375 27 105 0 1 430 142 101
Binary 11000011 1001110 11111101 10111 1000101 0 1 100011000 1100010 1000001

Color Harmonies of #C34EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EFD

Black with #C34EFD

Text Example


Text Example

White with #C34EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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