#C23BFD

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

Shades of Medium Orchid #C23BFD

Tints of Medium Orchid #C23BFD

Color information

#C23BFD (or 0xC23BFD) is unknown color: approx Medium Orchid. HEX triplet: C2, 3B and FD. RGB value is (194,59,253). Sum of RGB (Red+Green+Blue) = 194+59+253=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #C23BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFD is #3DC402. Grayscale: #787878. Windows color (decimal): -4047875 or 16595906. OLE color: 16595906.

HSL color Cylindrical-coordinate representation of color #C23BFD: hue angle of 281.75º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23BFD is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19459253-
CMYK0.230.7700.01
HSL281.75º97.98%61.18%-
HSV(B)281.75º76.68%99.22%-
XYZ41.5421.6994.93-
YUV121.48202.23179.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 59 (23.44% from 255) = 11.66%
BLUE value IS 253 (99.22% from 255) = 50%
R=38.34%
G=11.66%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194592530.230.7700.01281.7597.9861.18
HexC23BFD174D0111a623d
Octal30273375271150143214275
Binary1100001011101111111101101111001101011000110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BFD; }

 p { color: rgb(194,59,253); }

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

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

 a { background-color: rgb(194,59,253); }

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

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

 span { border-color: rgb(194,59,253); }

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