Html Css Color HEX #CB47E0 Medium Orchid

📋 copy color: '#CB47E0'

red 203 ◦ green 71 ◦ blue 224

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

Shades of Medium Orchid #CB47E0

Tints of Medium Orchid #CB47E0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.26%

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

R = 40.76%
G = 14.26%
B = 44.98%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB47E0 (or 0xCB47E0) is known color: Medium Orchid. HEX triplet: CB, 47 and E0. RGB value is (203,71,224). Sum of RGB (Red+Green+Blue) = 203+71+224=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB47E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47E0 is #34B81F. Grayscale: #7F7F7F. Windows color (decimal): -3455008 or 14698443. OLE color: 14698443.

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

Color convert

RGB 203 71 224 -
CMYK 0.09 0.68 0 0.12
HSL 291.76º 0.71% 0.58% -
HSV(B) 291.76º 0.68% 0.88% -
XYZ 40.34 22.58 72.75 -
YUV 127.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 203 71 224 0.09 0.68 0 0.12 291.76 0.71 0.58
Hex CB 47 E0 9 44 0 C 124 47 3A
Octal 313 107 340 11 104 0 14 444 107 72
Binary 11001011 1000111 11100000 1001 1000100 0 1100 100100100 1000111 111010

Color Harmonies of #CB47E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47E0

Black with #CB47E0

Text Example


Text Example

White with #CB47E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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