Html Css Color HEX #C34BFC Medium Orchid

📋 copy color: '#C34BFC'

red 195 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #C34BFC

Tints of Medium Orchid #C34BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.37%

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

R = 37.36%
G = 14.37%
B = 48.28%

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

#C34BFC (or 0xC34BFC) is known color: Medium Orchid. HEX triplet: C3, 4B and FC. RGB value is (195,75,252). Sum of RGB (Red+Green+Blue) = 195+75+252=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C34BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BFC is #3CB403. Grayscale: #828282. Windows color (decimal): -3978244 or 16534467. OLE color: 16534467.

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

Color convert

RGB 195 75 252 -
CMYK 0.23 0.70 0 0.01
HSL 280.68º 0.97% 0.64% -
HSV(B) 280.68º 0.7% 0.99% -
XYZ 42.59 23.66 94.42 -
YUV 131.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 195 75 252 0.23 0.70 0 0.01 280.68 0.97 0.64
Hex C3 4B FC 17 46 0 1 119 61 40
Octal 303 113 374 27 106 0 1 431 141 100
Binary 11000011 1001011 11111100 10111 1000110 0 1 100011001 1100001 1000000

Color Harmonies of #C34BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BFC

Black with #C34BFC

Text Example


Text Example

White with #C34BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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