Html Css Color HEX #CB2BE1 Medium Orchid

📋 copy color: '#CB2BE1'

red 203 ◦ green 43 ◦ blue 225

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

Shades of Medium Orchid #CB2BE1

Tints of Medium Orchid #CB2BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.13%

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 43.1%
G = 9.13%
B = 47.77%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB2BE1 (or 0xCB2BE1) is known color: Medium Orchid. HEX triplet: CB, 2B and E1. RGB value is (203,43,225). Sum of RGB (Red+Green+Blue) = 203+43+225=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BE1 is #34D41E. Grayscale: #6F6F6F. Windows color (decimal): -3462175 or 14756811. OLE color: 14756811.

HSL color Cylindrical-coordinate representation of color #CB2BE1: hue angle of 292.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2BE1 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 43 225 -
CMYK 0.10 0.81 0 0.12
HSL 292.75º 0.75% 0.53% -
HSV(B) 292.75º 0.81% 0.88% -
XYZ 39.08 19.86 73.01 -
YUV 111.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 203 43 225 0.10 0.81 0 0.12 292.75 0.75 0.53
Hex CB 2B E1 A 51 0 C 125 4B 35
Octal 313 53 341 12 121 0 14 445 113 65
Binary 11001011 101011 11100001 1010 1010001 0 1100 100100101 1001011 110101

Color Harmonies of #CB2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2BE1

Black with #CB2BE1

Text Example


Text Example

White with #CB2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2BE1; }

 p { color: rgb(203,43,225); }

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

background-color css

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

 a { background-color: rgb(203,43,225); }

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

border-color css

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

 span { border-color: rgb(203,43,225); }

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