Html Css Color HEX #CB49DE Medium Orchid

📋 copy color: '#CB49DE'

red 203 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #CB49DE

Tints of Medium Orchid #CB49DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

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

R = 40.76%
G = 14.66%
B = 44.58%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB49DE (or 0xCB49DE) is known color: Medium Orchid. HEX triplet: CB, 49 and DE. RGB value is (203,73,222). Sum of RGB (Red+Green+Blue) = 203+73+222=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DE is #34B621. Grayscale: #808080. Windows color (decimal): -3454498 or 14567883. OLE color: 14567883.

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

Color convert

RGB 203 73 222 -
CMYK 0.09 0.67 0 0.13
HSL 292.35º 0.69% 0.58% -
HSV(B) 292.35º 0.67% 0.87% -
XYZ 40.2 22.74 71.38 -
YUV 128.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 203 73 222 0.09 0.67 0 0.13 292.35 0.69 0.58
Hex CB 49 DE 9 43 0 D 124 45 3A
Octal 313 111 336 11 103 0 15 444 105 72
Binary 11001011 1001001 11011110 1001 1000011 0 1101 100100100 1000101 111010

Color Harmonies of #CB49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49DE

Black with #CB49DE

Text Example


Text Example

White with #CB49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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