Html Css Color HEX #CB56E0 Medium Orchid

📋 copy color: '#CB56E0'

red 203 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #CB56E0

Tints of Medium Orchid #CB56E0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.76%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 39.57%
G = 16.76%
B = 43.66%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB56E0 (or 0xCB56E0) is known color: Medium Orchid. HEX triplet: CB, 56 and E0. RGB value is (203,86,224). Sum of RGB (Red+Green+Blue) = 203+86+224=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB56E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56E0 is #34A91F. Grayscale: #888888. Windows color (decimal): -3451168 or 14702283. OLE color: 14702283.

HSL color Cylindrical-coordinate representation of color #CB56E0: hue angle of 290.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB56E0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 86 224 -
CMYK 0.09 0.62 0 0.12
HSL 290.87º 0.69% 0.61% -
HSV(B) 290.87º 0.62% 0.88% -
XYZ 41.41 24.73 73.11 -
YUV 136.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 203 86 224 0.09 0.62 0 0.12 290.87 0.69 0.61
Hex CB 56 E0 9 3E 0 C 123 45 3D
Octal 313 126 340 11 76 0 14 443 105 75
Binary 11001011 1010110 11100000 1001 111110 0 1100 100100011 1000101 111101

Color Harmonies of #CB56E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56E0

Black with #CB56E0

Text Example


Text Example

White with #CB56E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56E0; }

 p { color: rgb(203,86,224); }

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

background-color css

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

 a { background-color: rgb(203,86,224); }

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

border-color css

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

 span { border-color: rgb(203,86,224); }

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