Html Css Color HEX #CB60E1 Medium Orchid

📋 copy color: '#CB60E1'

red 203 ◦ green 96 ◦ blue 225

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

Shades of Medium Orchid #CB60E1

Tints of Medium Orchid #CB60E1

RGB

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

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

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

R = 38.74%
G = 18.32%
B = 42.94%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB60E1 (or 0xCB60E1) is known color: Medium Orchid. HEX triplet: CB, 60 and E1. RGB value is (203,96,225). Sum of RGB (Red+Green+Blue) = 203+96+225=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB60E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60E1 is #349F1E. Grayscale: #8E8E8E. Windows color (decimal): -3448607 or 14770379. OLE color: 14770379.

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

Color convert

RGB 203 96 225 -
CMYK 0.10 0.57 0 0.12
HSL 289.77º 0.68% 0.63% -
HSV(B) 289.77º 0.57% 0.88% -
XYZ 42.4 26.5 74.11 -
YUV 142.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 203 96 225 0.10 0.57 0 0.12 289.77 0.68 0.63
Hex CB 60 E1 A 39 0 C 122 44 3F
Octal 313 140 341 12 71 0 14 442 104 77
Binary 11001011 1100000 11100001 1010 111001 0 1100 100100010 1000100 111111

Color Harmonies of #CB60E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60E1

Black with #CB60E1

Text Example


Text Example

White with #CB60E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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