Html Css Color HEX #CB3EE1 Medium Orchid

📋 copy color: '#CB3EE1'

red 203 ◦ green 62 ◦ blue 225

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

Shades of Medium Orchid #CB3EE1

Tints of Medium Orchid #CB3EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.65%

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

R = 41.43%
G = 12.65%
B = 45.92%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB3EE1 (or 0xCB3EE1) is known color: Medium Orchid. HEX triplet: CB, 3E and E1. RGB value is (203,62,225). Sum of RGB (Red+Green+Blue) = 203+62+225=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB3EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EE1 is #34C11E. Grayscale: #7A7A7A. Windows color (decimal): -3457311 or 14761675. OLE color: 14761675.

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

Color convert

RGB 203 62 225 -
CMYK 0.10 0.72 0 0.12
HSL 291.9º 0.73% 0.56% -
HSV(B) 291.9º 0.72% 0.88% -
XYZ 39.94 21.58 73.29 -
YUV 122.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 203 62 225 0.10 0.72 0 0.12 291.9 0.73 0.56
Hex CB 3E E1 A 48 0 C 124 49 38
Octal 313 76 341 12 110 0 14 444 111 70
Binary 11001011 111110 11100001 1010 1001000 0 1100 100100100 1001001 111000

Color Harmonies of #CB3EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EE1

Black with #CB3EE1

Text Example


Text Example

White with #CB3EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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