Html Css Color HEX #CB50F6 Medium Orchid

📋 copy color: '#CB50F6'

red 203 ◦ green 80 ◦ blue 246

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

Shades of Medium Orchid #CB50F6

Tints of Medium Orchid #CB50F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.5%

R = 38.37%
G = 15.12%
B = 46.5%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB50F6 (or 0xCB50F6) is known color: Medium Orchid. HEX triplet: CB, 50 and F6. RGB value is (203,80,246). Sum of RGB (Red+Green+Blue) = 203+80+246=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50F6 is #34AF09. Grayscale: #878787. Windows color (decimal): -3452682 or 16142539. OLE color: 16142539.

HSL color Cylindrical-coordinate representation of color #CB50F6: hue angle of 284.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB50F6 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 80 246 -
CMYK 0.17 0.67 0 0.04
HSL 284.46º 0.9% 0.64% -
HSV(B) 284.46º 0.67% 0.96% -
XYZ 44.13 25.09 89.71 -
YUV 135.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 203 80 246 0.17 0.67 0 0.04 284.46 0.9 0.64
Hex CB 50 F6 11 43 0 4 11C 5A 40
Octal 313 120 366 21 103 0 4 434 132 100
Binary 11001011 1010000 11110110 10001 1000011 0 100 100011100 1011010 1000000

Color Harmonies of #CB50F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50F6

Black with #CB50F6

Text Example


Text Example

White with #CB50F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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