Html Css Color HEX #CB3BEE Medium Orchid

📋 copy color: '#CB3BEE'

red 203 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #CB3BEE

Tints of Medium Orchid #CB3BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 40.6%
G = 11.8%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3BEE (or 0xCB3BEE) is known color: Medium Orchid. HEX triplet: CB, 3B and EE. RGB value is (203,59,238). Sum of RGB (Red+Green+Blue) = 203+59+238=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BEE is #34C411. Grayscale: #797979. Windows color (decimal): -3458066 or 15612875. OLE color: 15612875.

HSL color Cylindrical-coordinate representation of color #CB3BEE: hue angle of 288.27º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3BEE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 59 238 -
CMYK 0.15 0.75 0 0.07
HSL 288.27º 0.84% 0.58% -
HSV(B) 288.27º 0.75% 0.93% -
XYZ 41.63 22 82.94 -
YUV 122.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 203 59 238 0.15 0.75 0 0.07 288.27 0.84 0.58
Hex CB 3B EE F 4B 0 7 120 54 3A
Octal 313 73 356 17 113 0 7 440 124 72
Binary 11001011 111011 11101110 1111 1001011 0 111 100100000 1010100 111010

Color Harmonies of #CB3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BEE

Black with #CB3BEE

Text Example


Text Example

White with #CB3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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