Html Css Color HEX #CB46DF Medium Orchid

📋 copy color: '#CB46DF'

red 203 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #CB46DF

Tints of Medium Orchid #CB46DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 40.93%
G = 14.11%
B = 44.96%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB46DF (or 0xCB46DF) is known color: Medium Orchid. HEX triplet: CB, 46 and DF. RGB value is (203,70,223). Sum of RGB (Red+Green+Blue) = 203+70+223=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46DF is #34B920. Grayscale: #7E7E7E. Windows color (decimal): -3455265 or 14632651. OLE color: 14632651.

HSL color Cylindrical-coordinate representation of color #CB46DF: hue angle of 292.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB46DF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 70 223 -
CMYK 0.09 0.69 0 0.13
HSL 292.16º 0.71% 0.57% -
HSV(B) 292.16º 0.69% 0.87% -
XYZ 40.14 22.4 72.02 -
YUV 127.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 203 70 223 0.09 0.69 0 0.13 292.16 0.71 0.57
Hex CB 46 DF 9 45 0 D 124 47 39
Octal 313 106 337 11 105 0 15 444 107 71
Binary 11001011 1000110 11011111 1001 1000101 0 1101 100100100 1000111 111001

Color Harmonies of #CB46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46DF

Black with #CB46DF

Text Example


Text Example

White with #CB46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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