Html Css Color HEX #CB49FB Medium Orchid

📋 copy color: '#CB49FB'

red 203 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #CB49FB

Tints of Medium Orchid #CB49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 38.52%
G = 13.85%
B = 47.63%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB49FB (or 0xCB49FB) is known color: Medium Orchid. HEX triplet: CB, 49 and FB. RGB value is (203,73,251). Sum of RGB (Red+Green+Blue) = 203+73+251=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49FB is #34B604. Grayscale: #838383. Windows color (decimal): -3454469 or 16468427. OLE color: 16468427.

HSL color Cylindrical-coordinate representation of color #CB49FB: hue angle of 283.82º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB49FB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 73 251 -
CMYK 0.19 0.71 0 0.02
HSL 283.82º 0.96% 0.64% -
HSV(B) 283.82º 0.71% 0.98% -
XYZ 44.42 24.43 93.64 -
YUV 132.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 203 73 251 0.19 0.71 0 0.02 283.82 0.96 0.64
Hex CB 49 FB 13 47 0 2 11C 60 40
Octal 313 111 373 23 107 0 2 434 140 100
Binary 11001011 1001001 11111011 10011 1000111 0 10 100011100 1100000 1000000

Color Harmonies of #CB49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49FB

Black with #CB49FB

Text Example


Text Example

White with #CB49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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