Html Css Color HEX #CB57E3 Medium Orchid

📋 copy color: '#CB57E3'

red 203 ◦ green 87 ◦ blue 227

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

Shades of Medium Orchid #CB57E3

Tints of Medium Orchid #CB57E3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.83%

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

R = 39.26%
G = 16.83%
B = 43.91%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB57E3 (or 0xCB57E3) is known color: Medium Orchid. HEX triplet: CB, 57 and E3. RGB value is (203,87,227). Sum of RGB (Red+Green+Blue) = 203+87+227=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB57E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57E3 is #34A81C. Grayscale: #898989. Windows color (decimal): -3450909 or 14899147. OLE color: 14899147.

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

Color convert

RGB 203 87 227 -
CMYK 0.11 0.62 0 0.11
HSL 289.71º 0.71% 0.62% -
HSV(B) 289.71º 0.62% 0.89% -
XYZ 41.9 25.06 75.3 -
YUV 137.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 203 87 227 0.11 0.62 0 0.11 289.71 0.71 0.62
Hex CB 57 E3 B 3E 0 B 122 47 3E
Octal 313 127 343 13 76 0 13 442 107 76
Binary 11001011 1010111 11100011 1011 111110 0 1011 100100010 1000111 111110

Color Harmonies of #CB57E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB57E3

Black with #CB57E3

Text Example


Text Example

White with #CB57E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB57E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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