Html Css Color HEX #CB3BEB Medium Orchid

📋 copy color: '#CB3BEB'

red 203 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #CB3BEB

Tints of Medium Orchid #CB3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.87%

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

R = 40.85%
G = 11.87%
B = 47.28%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB3BEB (or 0xCB3BEB) is known color: Medium Orchid. HEX triplet: CB, 3B and EB. RGB value is (203,59,235). Sum of RGB (Red+Green+Blue) = 203+59+235=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BEB is #34C414. Grayscale: #797979. Windows color (decimal): -3458069 or 15416267. OLE color: 15416267.

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

Color convert

RGB 203 59 235 -
CMYK 0.14 0.75 0 0.08
HSL 289.09º 0.81% 0.58% -
HSV(B) 289.09º 0.75% 0.92% -
XYZ 41.19 21.82 80.64 -
YUV 122.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 203 59 235 0.14 0.75 0 0.08 289.09 0.81 0.58
Hex CB 3B EB E 4B 0 8 121 51 3A
Octal 313 73 353 16 113 0 10 441 121 72
Binary 11001011 111011 11101011 1110 1001011 0 1000 100100001 1010001 111010

Color Harmonies of #CB3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BEB

Black with #CB3BEB

Text Example


Text Example

White with #CB3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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