Html Css Color HEX #CB3BE9 Medium Orchid

📋 copy color: '#CB3BE9'

red 203 ◦ green 59 ◦ blue 233

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

Shades of Medium Orchid #CB3BE9

Tints of Medium Orchid #CB3BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 41.01%
G = 11.92%
B = 47.07%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB3BE9 (or 0xCB3BE9) is known color: Medium Orchid. HEX triplet: CB, 3B and E9. RGB value is (203,59,233). Sum of RGB (Red+Green+Blue) = 203+59+233=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB3BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BE9 is #34C416. Grayscale: #797979. Windows color (decimal): -3458071 or 15285195. OLE color: 15285195.

HSL color Cylindrical-coordinate representation of color #CB3BE9: hue angle of 289.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3BE9 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 59 233 -
CMYK 0.13 0.75 0 0.09
HSL 289.66º 0.8% 0.57% -
HSV(B) 289.66º 0.75% 0.91% -
XYZ 40.9 21.71 79.13 -
YUV 121.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 203 59 233 0.13 0.75 0 0.09 289.66 0.8 0.57
Hex CB 3B E9 D 4B 0 9 122 50 39
Octal 313 73 351 15 113 0 11 442 120 71
Binary 11001011 111011 11101001 1101 1001011 0 1001 100100010 1010000 111001

Color Harmonies of #CB3BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BE9

Black with #CB3BE9

Text Example


Text Example

White with #CB3BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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