#CB3FF2

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

Shades of Medium Orchid #CB3FF2

Tints of Medium Orchid #CB3FF2

Color information

#CB3FF2 (or 0xCB3FF2) is unknown color: approx Medium Orchid. HEX triplet: CB, 3F and F2. RGB value is (203,63,242). Sum of RGB (Red+Green+Blue) = 203+63+242=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FF2 is #34C00D. Grayscale: #7C7C7C. Windows color (decimal): -3457038 or 15876043. OLE color: 15876043.

HSL color Cylindrical-coordinate representation of color #CB3FF2: hue angle of 286.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3FF2 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20363242-
CMYK0.160.7400.05
HSL286.93º87.32%59.8%-
HSV(B)286.93º73.97%94.9%-
XYZ42.4322.6686.14-
YUV125.27193.88183.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 63 (25% from 255) = 12.40%
BLUE value IS 242 (94.92% from 255) = 47.64%
R=39.96%
G=12.40%
B=47.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203632420.160.7400.05286.9387.3259.8
HexCB3FF2104A0511f573c
Octal31377362201120543712774
Binary110010111111111111001010000100101001011000111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3FF2; }

 p { color: rgb(203,63,242); }

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

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

 a { background-color: rgb(203,63,242); }

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

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

 span { border-color: rgb(203,63,242); }

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