Html Css Color HEX #CB50EC Medium Orchid

📋 copy color: '#CB50EC'

red 203 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #CB50EC

Tints of Medium Orchid #CB50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 39.11%
G = 15.41%
B = 45.47%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB50EC (or 0xCB50EC) is known color: Medium Orchid. HEX triplet: CB, 50 and EC. RGB value is (203,80,236). Sum of RGB (Red+Green+Blue) = 203+80+236=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50EC is #34AF13. Grayscale: #868686. Windows color (decimal): -3452692 or 15487179. OLE color: 15487179.

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

Color convert

RGB 203 80 236 -
CMYK 0.14 0.66 0 0.07
HSL 287.31º 0.8% 0.62% -
HSV(B) 287.31º 0.66% 0.93% -
XYZ 42.64 24.49 81.84 -
YUV 134.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 203 80 236 0.14 0.66 0 0.07 287.31 0.8 0.62
Hex CB 50 EC E 42 0 7 11F 50 3E
Octal 313 120 354 16 102 0 7 437 120 76
Binary 11001011 1010000 11101100 1110 1000010 0 111 100011111 1010000 111110

Color Harmonies of #CB50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50EC

Black with #CB50EC

Text Example


Text Example

White with #CB50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50EC; }

 p { color: rgb(203,80,236); }

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

background-color css

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

 a { background-color: rgb(203,80,236); }

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

border-color css

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

 span { border-color: rgb(203,80,236); }

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