Html Css Color HEX #CB50DE Medium Orchid

📋 copy color: '#CB50DE'

red 203 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #CB50DE

Tints of Medium Orchid #CB50DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.84%

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

R = 40.2%
G = 15.84%
B = 43.96%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB50DE (or 0xCB50DE) is known color: Medium Orchid. HEX triplet: CB, 50 and DE. RGB value is (203,80,222). Sum of RGB (Red+Green+Blue) = 203+80+222=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB50DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50DE is #34AF21. Grayscale: #848484. Windows color (decimal): -3452706 or 14569675. OLE color: 14569675.

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

Color convert

RGB 203 80 222 -
CMYK 0.09 0.64 0 0.13
HSL 291.97º 0.68% 0.59% -
HSV(B) 291.97º 0.64% 0.87% -
XYZ 40.68 23.71 71.54 -
YUV 132.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 203 80 222 0.09 0.64 0 0.13 291.97 0.68 0.59
Hex CB 50 DE 9 40 0 D 124 44 3B
Octal 313 120 336 11 100 0 15 444 104 73
Binary 11001011 1010000 11011110 1001 1000000 0 1101 100100100 1000100 111011

Color Harmonies of #CB50DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50DE

Black with #CB50DE

Text Example


Text Example

White with #CB50DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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