#C34BFC

Color #C34BFC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C34BFC

Tints of Medium Orchid #C34BFC

Color information

#C34BFC (or 0xC34BFC) is unknown color: approx 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

RGB19575252-
CMYK0.230.7000.01
HSL280.68º96.72%64.12%-
HSV(B)280.68º70.24%98.82%-
XYZ42.5923.6694.42-
YUV131.06196.26173.61-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195752520.230.7000.01280.6896.7264.12
HexC34BFC1746011196140
Octal3031133742710601431141100
Binary110000111001011111111001011110001100110001100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>