Html Css Color HEX #CB33EB Medium Orchid

📋 copy color: '#CB33EB'

red 203 ◦ green 51 ◦ blue 235

#CB33EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB33EB

Tints of Medium Orchid #CB33EB

RGB

 RED value IS 203 (79.69% from 255) = 41.51%

 GREEN value IS 51 (20.31% from 255) = 10.43%

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 41.51%
G = 10.43%
B = 48.06%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB33EB (or 0xCB33EB) is known color: Medium Orchid. HEX triplet: CB, 33 and EB. RGB value is (203,51,235). Sum of RGB (Red+Green+Blue) = 203+51+235=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33EB is #34CC14. Grayscale: #747474. Windows color (decimal): -3460117 or 15414219. OLE color: 15414219.

HSL color Cylindrical-coordinate representation of color #CB33EB: hue angle of 289.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB33EB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 51 235 -
CMYK 0.14 0.78 0 0.08
HSL 289.57º 0.82% 0.56% -
HSV(B) 289.57º 0.78% 0.92% -
XYZ 40.81 21.06 80.51 -
YUV 117.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 203 51 235 0.14 0.78 0 0.08 289.57 0.82 0.56
Hex CB 33 EB E 4E 0 8 122 52 38
Octal 313 63 353 16 116 0 10 442 122 70
Binary 11001011 110011 11101011 1110 1001110 0 1000 100100010 1010010 111000

Color Harmonies of #CB33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33EB

Black with #CB33EB

Text Example


Text Example

White with #CB33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33EB; }

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

 H1.HeaderClassName
 {
   color: #CB33EB;
 }
 .AnyTagClassName
 {
   color: #CB33EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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