#CB3AFA

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

Shades of Medium Orchid #CB3AFA

Tints of Medium Orchid #CB3AFA

Color information

#CB3AFA (or 0xCB3AFA) is unknown color: approx Medium Orchid. HEX triplet: CB, 3A and FA. RGB value is (203,58,250). Sum of RGB (Red+Green+Blue) = 203+58+250=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AFA is #34C505. Grayscale: #7A7A7A. Windows color (decimal): -3458310 or 16399051. OLE color: 16399051.

HSL color Cylindrical-coordinate representation of color #CB3AFA: hue angle of 285.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB3AFA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20358250-
CMYK0.190.7700.02
HSL285.31º95.05%60.39%-
HSV(B)285.31º76.8%98.04%-
XYZ43.422.6292.52-
YUV123.24199.54184.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 58 (23.05% from 255) = 11.35%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=39.73%
G=11.35%
B=48.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203582500.190.7700.02285.3195.0560.39
HexCB3AFA134D0211d5f3c
Octal31372372231150243513774
Binary11001011111010111110101001110011010101000111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3AFA; }

 p { color: rgb(203,58,250); }

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

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

 a { background-color: rgb(203,58,250); }

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

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

 span { border-color: rgb(203,58,250); }

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