#C84CFB

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

Shades of Medium Orchid #C84CFB

Tints of Medium Orchid #C84CFB

Color information

#C84CFB (or 0xC84CFB) is unknown color: approx Medium Orchid. HEX triplet: C8, 4C and FB. RGB value is (200,76,251). Sum of RGB (Red+Green+Blue) = 200+76+251=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C84CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CFB is #37B304. Grayscale: #848484. Windows color (decimal): -3650309 or 16469192. OLE color: 16469192.

HSL color Cylindrical-coordinate representation of color #C84CFB: hue angle of 282.51º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84CFB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20076251-
CMYK0.200.7000.02
HSL282.51º95.63%64.12%-
HSV(B)282.51º69.72%98.43%-
XYZ43.8224.4193.67-
YUV133.03194.58175.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 76 (30.08% from 255) = 14.42%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=37.95%
G=14.42%
B=47.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200762510.200.7000.02282.5195.6364.12
HexC84CFB14460211b6040
Octal3101143732410602433140100
Binary1100100010011001111101110100100011001010001101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84CFB; }

 p { color: rgb(200,76,251); }

 H1.HeaderClassName
 {
   color: #C84CFB;
 }
 .AnyTagClassName
 {
   color: #C84CFB;
 }
</style>
background-color css

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

 a { background-color: rgb(200,76,251); }

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

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

 span { border-color: rgb(200,76,251); }

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