Html Css Color HEX #CB46FA Medium Orchid

📋 copy color: '#CB46FA'

red 203 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #CB46FA

Tints of Medium Orchid #CB46FA

RGB

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

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

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

R = 38.81%
G = 13.38%
B = 47.8%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB46FA (or 0xCB46FA) is known color: Medium Orchid. HEX triplet: CB, 46 and FA. RGB value is (203,70,250). Sum of RGB (Red+Green+Blue) = 203+70+250=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46FA is #34B905. Grayscale: #818181. Windows color (decimal): -3455238 or 16402123. OLE color: 16402123.

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

Color convert

RGB 203 70 250 -
CMYK 0.19 0.72 0 0.02
HSL 284.33º 0.95% 0.63% -
HSV(B) 284.33º 0.72% 0.98% -
XYZ 44.07 23.98 92.75 -
YUV 130.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 203 70 250 0.19 0.72 0 0.02 284.33 0.95 0.63
Hex CB 46 FA 13 48 0 2 11C 5F 3F
Octal 313 106 372 23 110 0 2 434 137 77
Binary 11001011 1000110 11111010 10011 1001000 0 10 100011100 1011111 111111

Color Harmonies of #CB46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46FA

Black with #CB46FA

Text Example


Text Example

White with #CB46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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