Html Css Color HEX #CB58ED Medium Orchid

📋 copy color: '#CB58ED'

red 203 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #CB58ED

Tints of Medium Orchid #CB58ED

RGB

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

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

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

R = 38.45%
G = 16.67%
B = 44.89%

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

#CB58ED (or 0xCB58ED) is known color: Medium Orchid. HEX triplet: CB, 58 and ED. RGB value is (203,88,237). Sum of RGB (Red+Green+Blue) = 203+88+237=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58ED is #34A712. Grayscale: #8A8A8A. Windows color (decimal): -3450643 or 15554763. OLE color: 15554763.

HSL color Cylindrical-coordinate representation of color #CB58ED: hue angle of 286.31º degrees, saturation: 0.81, 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 #CB58ED is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 88 237 -
CMYK 0.14 0.63 0 0.07
HSL 286.31º 0.81% 0.64% -
HSV(B) 286.31º 0.63% 0.93% -
XYZ 43.4 25.79 82.81 -
YUV 139.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 203 88 237 0.14 0.63 0 0.07 286.31 0.81 0.64
Hex CB 58 ED E 3F 0 7 11E 51 40
Octal 313 130 355 16 77 0 7 436 121 100
Binary 11001011 1011000 11101101 1110 111111 0 111 100011110 1010001 1000000

Color Harmonies of #CB58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58ED

Black with #CB58ED

Text Example


Text Example

White with #CB58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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