Html Css Color HEX #CB5ED8 Medium Orchid

📋 copy color: '#CB5ED8'

red 203 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #CB5ED8

Tints of Medium Orchid #CB5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.32%

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 39.57%
G = 18.32%
B = 42.11%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB5ED8 (or 0xCB5ED8) is known color: Medium Orchid. HEX triplet: CB, 5E and D8. RGB value is (203,94,216). Sum of RGB (Red+Green+Blue) = 203+94+216=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ED8 is #34A127. Grayscale: #8C8C8C. Windows color (decimal): -3449128 or 14180043. OLE color: 14180043.

HSL color Cylindrical-coordinate representation of color #CB5ED8: hue angle of 293.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ED8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 94 216 -
CMYK 0.06 0.56 0 0.15
HSL 293.61º 0.61% 0.61% -
HSV(B) 293.61º 0.56% 0.85% -
XYZ 41.03 25.66 67.76 -
YUV 140.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 203 94 216 0.06 0.56 0 0.15 293.61 0.61 0.61
Hex CB 5E D8 6 38 0 F 126 3D 3D
Octal 313 136 330 6 70 0 17 446 75 75
Binary 11001011 1011110 11011000 110 111000 0 1111 100100110 111101 111101

Color Harmonies of #CB5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ED8

Black with #CB5ED8

Text Example


Text Example

White with #CB5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ED8; }

 p { color: rgb(203,94,216); }

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

background-color css

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

 a { background-color: rgb(203,94,216); }

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

border-color css

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

 span { border-color: rgb(203,94,216); }

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