Html Css Color HEX #CB50DF Medium Orchid

📋 copy color: '#CB50DF'

red 203 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #CB50DF

Tints of Medium Orchid #CB50DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 40.12%
G = 15.81%
B = 44.07%

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

#CB50DF (or 0xCB50DF) is known color: Medium Orchid. HEX triplet: CB, 50 and DF. RGB value is (203,80,223). Sum of RGB (Red+Green+Blue) = 203+80+223=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50DF is #34AF20. Grayscale: #848484. Windows color (decimal): -3452705 or 14635211. OLE color: 14635211.

HSL color Cylindrical-coordinate representation of color #CB50DF: hue angle of 291.61º degrees, saturation: 0.69, 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 #CB50DF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 80 223 -
CMYK 0.09 0.64 0 0.13
HSL 291.61º 0.69% 0.59% -
HSV(B) 291.61º 0.64% 0.87% -
XYZ 40.82 23.76 72.25 -
YUV 133.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 203 80 223 0.09 0.64 0 0.13 291.61 0.69 0.59
Hex CB 50 DF 9 40 0 D 124 45 3B
Octal 313 120 337 11 100 0 15 444 105 73
Binary 11001011 1010000 11011111 1001 1000000 0 1101 100100100 1000101 111011

Color Harmonies of #CB50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50DF

Black with #CB50DF

Text Example


Text Example

White with #CB50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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