Html Css Color HEX #C34CFC Medium Orchid

📋 copy color: '#C34CFC'

red 195 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #C34CFC

Tints of Medium Orchid #C34CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 37.28%
G = 14.53%
B = 48.18%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C34CFC (or 0xC34CFC) is known color: Medium Orchid. HEX triplet: C3, 4C and FC. RGB value is (195,76,252). Sum of RGB (Red+Green+Blue) = 195+76+252=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #C34CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFC is #3CB303. Grayscale: #838383. Windows color (decimal): -3977988 or 16534723. OLE color: 16534723.

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

Color convert

RGB 195 76 252 -
CMYK 0.23 0.70 0 0.01
HSL 280.57º 0.97% 0.64% -
HSV(B) 280.57º 0.7% 0.99% -
XYZ 42.66 23.8 94.44 -
YUV 131.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 195 76 252 0.23 0.70 0 0.01 280.57 0.97 0.64
Hex C3 4C FC 17 46 0 1 119 61 40
Octal 303 114 374 27 106 0 1 431 141 100
Binary 11000011 1001100 11111100 10111 1000110 0 1 100011001 1100001 1000000

Color Harmonies of #C34CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CFC

Black with #C34CFC

Text Example


Text Example

White with #C34CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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