Html Css Color HEX #CB47DE Medium Orchid

📋 copy color: '#CB47DE'

red 203 ◦ green 71 ◦ blue 222

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

Shades of Medium Orchid #CB47DE

Tints of Medium Orchid #CB47DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 40.93%
G = 14.31%
B = 44.76%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB47DE (or 0xCB47DE) is known color: Medium Orchid. HEX triplet: CB, 47 and DE. RGB value is (203,71,222). Sum of RGB (Red+Green+Blue) = 203+71+222=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB47DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47DE is #34B821. Grayscale: #7F7F7F. Windows color (decimal): -3455010 or 14567371. OLE color: 14567371.

HSL color Cylindrical-coordinate representation of color #CB47DE: hue angle of 292.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB47DE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 71 222 -
CMYK 0.09 0.68 0 0.13
HSL 292.45º 0.7% 0.57% -
HSV(B) 292.45º 0.68% 0.87% -
XYZ 40.07 22.48 71.33 -
YUV 127.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 203 71 222 0.09 0.68 0 0.13 292.45 0.7 0.57
Hex CB 47 DE 9 44 0 D 124 46 39
Octal 313 107 336 11 104 0 15 444 106 71
Binary 11001011 1000111 11011110 1001 1000100 0 1101 100100100 1000110 111001

Color Harmonies of #CB47DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47DE

Black with #CB47DE

Text Example


Text Example

White with #CB47DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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