Html Css Color HEX #CB31ED Medium Orchid

📋 copy color: '#CB31ED'

red 203 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #CB31ED

Tints of Medium Orchid #CB31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 41.51%
G = 10.02%
B = 48.47%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB31ED (or 0xCB31ED) is known color: Medium Orchid. HEX triplet: CB, 31 and ED. RGB value is (203,49,237). Sum of RGB (Red+Green+Blue) = 203+49+237=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31ED is #34CE12. Grayscale: #737373. Windows color (decimal): -3460627 or 15544779. OLE color: 15544779.

HSL color Cylindrical-coordinate representation of color #CB31ED: hue angle of 289.15º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB31ED is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 49 237 -
CMYK 0.14 0.79 0 0.07
HSL 289.15º 0.84% 0.56% -
HSV(B) 289.15º 0.79% 0.93% -
XYZ 41.01 21.01 82.01 -
YUV 116.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 203 49 237 0.14 0.79 0 0.07 289.15 0.84 0.56
Hex CB 31 ED E 4F 0 7 121 54 38
Octal 313 61 355 16 117 0 7 441 124 70
Binary 11001011 110001 11101101 1110 1001111 0 111 100100001 1010100 111000

Color Harmonies of #CB31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31ED

Black with #CB31ED

Text Example


Text Example

White with #CB31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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