Html Css Color HEX #C34DFC Medium Orchid

📋 copy color: '#C34DFC'

red 195 ◦ green 77 ◦ blue 252

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

Shades of Medium Orchid #C34DFC

Tints of Medium Orchid #C34DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.69%

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

R = 37.21%
G = 14.69%
B = 48.09%

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

#C34DFC (or 0xC34DFC) is known color: Medium Orchid. HEX triplet: C3, 4D and FC. RGB value is (195,77,252). Sum of RGB (Red+Green+Blue) = 195+77+252=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C34DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFC is #3CB203. Grayscale: #838383. Windows color (decimal): -3977732 or 16534979. OLE color: 16534979.

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

Color convert

RGB 195 77 252 -
CMYK 0.23 0.69 0 0.01
HSL 280.46º 0.97% 0.65% -
HSV(B) 280.46º 0.69% 0.99% -
XYZ 42.73 23.94 94.46 -
YUV 132.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 195 77 252 0.23 0.69 0 0.01 280.46 0.97 0.65
Hex C3 4D FC 17 45 0 1 118 61 41
Octal 303 115 374 27 105 0 1 430 141 101
Binary 11000011 1001101 11111100 10111 1000101 0 1 100011000 1100001 1000001

Color Harmonies of #C34DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DFC

Black with #C34DFC

Text Example


Text Example

White with #C34DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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