#CB33F1

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

Shades of Medium Orchid #CB33F1

Tints of Medium Orchid #CB33F1

Color information

#CB33F1 (or 0xCB33F1) is unknown color: approx Medium Orchid. HEX triplet: CB, 33 and F1. RGB value is (203,51,241). Sum of RGB (Red+Green+Blue) = 203+51+241=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB33F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33F1 is #34CC0E. Grayscale: #757575. Windows color (decimal): -3460111 or 15807435. OLE color: 15807435.

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

Color convert

RGB20351241-
CMYK0.160.7900.05
HSL288º87.16%57.25%-
HSV(B)288º78.84%94.51%-
XYZ41.6921.4285.16-
YUV118.11197.36188.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=41.01%
G=10.30%
B=48.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203512410.160.7900.0528887.1657.25
HexCB33F1104F051205739
Octal31363361201170544012771
Binary110010111100111111000110000100111101011001000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33F1; }

 p { color: rgb(203,51,241); }

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

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

 a { background-color: rgb(203,51,241); }

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

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

 span { border-color: rgb(203,51,241); }

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