Html Css Color HEX #CB40E1 Medium Orchid

📋 copy color: '#CB40E1'

red 203 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #CB40E1

Tints of Medium Orchid #CB40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.01%

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

R = 41.26%
G = 13.01%
B = 45.73%

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

#CB40E1 (or 0xCB40E1) is known color: Medium Orchid. HEX triplet: CB, 40 and E1. RGB value is (203,64,225). Sum of RGB (Red+Green+Blue) = 203+64+225=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40E1 is #34BF1E. Grayscale: #7B7B7B. Windows color (decimal): -3456799 or 14762187. OLE color: 14762187.

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

Color convert

RGB 203 64 225 -
CMYK 0.10 0.72 0 0.12
HSL 291.8º 0.73% 0.57% -
HSV(B) 291.8º 0.72% 0.88% -
XYZ 40.05 21.8 73.33 -
YUV 123.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 203 64 225 0.10 0.72 0 0.12 291.8 0.73 0.57
Hex CB 40 E1 A 48 0 C 124 49 39
Octal 313 100 341 12 110 0 14 444 111 71
Binary 11001011 1000000 11100001 1010 1001000 0 1100 100100100 1001001 111001

Color Harmonies of #CB40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40E1

Black with #CB40E1

Text Example


Text Example

White with #CB40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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