Html Css Color HEX #CB49FA Medium Orchid

📋 copy color: '#CB49FA'

red 203 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #CB49FA

Tints of Medium Orchid #CB49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 38.59%
G = 13.88%
B = 47.53%

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

#CB49FA (or 0xCB49FA) is known color: Medium Orchid. HEX triplet: CB, 49 and FA. RGB value is (203,73,250). Sum of RGB (Red+Green+Blue) = 203+73+250=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49FA is #34B605. Grayscale: #838383. Windows color (decimal): -3454470 or 16402891. OLE color: 16402891.

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

Color convert

RGB 203 73 250 -
CMYK 0.19 0.71 0 0.02
HSL 284.07º 0.95% 0.63% -
HSV(B) 284.07º 0.71% 0.98% -
XYZ 44.27 24.36 92.81 -
YUV 132.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 203 73 250 0.19 0.71 0 0.02 284.07 0.95 0.63
Hex CB 49 FA 13 47 0 2 11C 5F 3F
Octal 313 111 372 23 107 0 2 434 137 77
Binary 11001011 1001001 11111010 10011 1000111 0 10 100011100 1011111 111111

Color Harmonies of #CB49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49FA

Black with #CB49FA

Text Example


Text Example

White with #CB49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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