Html Css Color HEX #CB31D5 Medium Orchid

📋 copy color: '#CB31D5'

red 203 ◦ green 49 ◦ blue 213

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

Shades of Medium Orchid #CB31D5

Tints of Medium Orchid #CB31D5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.54%

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 43.66%
G = 10.54%
B = 45.81%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB31D5 (or 0xCB31D5) is known color: Medium Orchid. HEX triplet: CB, 31 and D5. RGB value is (203,49,213). Sum of RGB (Red+Green+Blue) = 203+49+213=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB31D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31D5 is #34CE2A. Grayscale: #717171. Windows color (decimal): -3460651 or 13971915. OLE color: 13971915.

HSL color Cylindrical-coordinate representation of color #CB31D5: hue angle of 296.34º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB31D5 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 49 213 -
CMYK 0.05 0.77 0 0.16
HSL 296.34º 0.66% 0.51% -
HSV(B) 296.34º 0.77% 0.84% -
XYZ 37.74 19.7 64.76 -
YUV 113.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 203 49 213 0.05 0.77 0 0.16 296.34 0.66 0.51
Hex CB 31 D5 5 4D 0 10 128 42 33
Octal 313 61 325 5 115 0 20 450 102 63
Binary 11001011 110001 11010101 101 1001101 0 10000 100101000 1000010 110011

Color Harmonies of #CB31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31D5

Black with #CB31D5

Text Example


Text Example

White with #CB31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31D5; }

 p { color: rgb(203,49,213); }

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

background-color css

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

 a { background-color: rgb(203,49,213); }

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

border-color css

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

 span { border-color: rgb(203,49,213); }

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