Html Css Color HEX #CB60E3 Medium Orchid

📋 copy color: '#CB60E3'

red 203 ◦ green 96 ◦ blue 227

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

Shades of Medium Orchid #CB60E3

Tints of Medium Orchid #CB60E3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 38.59%
G = 18.25%
B = 43.16%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB60E3 (or 0xCB60E3) is known color: Medium Orchid. HEX triplet: CB, 60 and E3. RGB value is (203,96,227). Sum of RGB (Red+Green+Blue) = 203+96+227=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB60E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60E3 is #349F1C. Grayscale: #8E8E8E. Windows color (decimal): -3448605 or 14901451. OLE color: 14901451.

HSL color Cylindrical-coordinate representation of color #CB60E3: hue angle of 289.01º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB60E3 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 96 227 -
CMYK 0.11 0.58 0 0.11
HSL 289.01º 0.7% 0.63% -
HSV(B) 289.01º 0.58% 0.89% -
XYZ 42.68 26.61 75.56 -
YUV 142.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 203 96 227 0.11 0.58 0 0.11 289.01 0.7 0.63
Hex CB 60 E3 B 3A 0 B 121 46 3F
Octal 313 140 343 13 72 0 13 441 106 77
Binary 11001011 1100000 11100011 1011 111010 0 1011 100100001 1000110 111111

Color Harmonies of #CB60E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60E3

Black with #CB60E3

Text Example


Text Example

White with #CB60E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60E3; }

 p { color: rgb(203,96,227); }

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

background-color css

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

 a { background-color: rgb(203,96,227); }

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

border-color css

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

 span { border-color: rgb(203,96,227); }

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