Html Css Color HEX #CB58EC Medium Orchid

📋 copy color: '#CB58EC'

red 203 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #CB58EC

Tints of Medium Orchid #CB58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.7%

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

R = 38.52%
G = 16.7%
B = 44.78%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB58EC (or 0xCB58EC) is known color: Medium Orchid. HEX triplet: CB, 58 and EC. RGB value is (203,88,236). Sum of RGB (Red+Green+Blue) = 203+88+236=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58EC is #34A713. Grayscale: #8A8A8A. Windows color (decimal): -3450644 or 15489227. OLE color: 15489227.

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

Color convert

RGB 203 88 236 -
CMYK 0.14 0.63 0 0.07
HSL 286.62º 0.8% 0.64% -
HSV(B) 286.62º 0.63% 0.93% -
XYZ 43.26 25.73 82.04 -
YUV 139.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 203 88 236 0.14 0.63 0 0.07 286.62 0.8 0.64
Hex CB 58 EC E 3F 0 7 11F 50 40
Octal 313 130 354 16 77 0 7 437 120 100
Binary 11001011 1011000 11101100 1110 111111 0 111 100011111 1010000 1000000

Color Harmonies of #CB58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58EC

Black with #CB58EC

Text Example


Text Example

White with #CB58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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