Html Css Color HEX #CB46F8 Medium Orchid

📋 copy color: '#CB46F8'

red 203 ◦ green 70 ◦ blue 248

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

Shades of Medium Orchid #CB46F8

Tints of Medium Orchid #CB46F8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.44%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 38.96%
G = 13.44%
B = 47.6%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB46F8 (or 0xCB46F8) is known color: Medium Orchid. HEX triplet: CB, 46 and F8. RGB value is (203,70,248). Sum of RGB (Red+Green+Blue) = 203+70+248=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB46F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46F8 is #34B907. Grayscale: #818181. Windows color (decimal): -3455240 or 16271051. OLE color: 16271051.

HSL color Cylindrical-coordinate representation of color #CB46F8: hue angle of 284.83º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB46F8 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 70 248 -
CMYK 0.18 0.72 0 0.03
HSL 284.83º 0.93% 0.62% -
HSV(B) 284.83º 0.72% 0.97% -
XYZ 43.76 23.85 91.1 -
YUV 130.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 203 70 248 0.18 0.72 0 0.03 284.83 0.93 0.62
Hex CB 46 F8 12 48 0 3 11D 5D 3E
Octal 313 106 370 22 110 0 3 435 135 76
Binary 11001011 1000110 11111000 10010 1001000 0 11 100011101 1011101 111110

Color Harmonies of #CB46F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46F8

Black with #CB46F8

Text Example


Text Example

White with #CB46F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46F8; }

 p { color: rgb(203,70,248); }

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

background-color css

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

 a { background-color: rgb(203,70,248); }

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

border-color css

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

 span { border-color: rgb(203,70,248); }

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