Html Css Color HEX #CB4ED8 Medium Orchid

📋 copy color: '#CB4ED8'

red 203 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #CB4ED8

Tints of Medium Orchid #CB4ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.69%

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

R = 40.85%
G = 15.69%
B = 43.46%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB4ED8 (or 0xCB4ED8) is known color: Medium Orchid. HEX triplet: CB, 4E and D8. RGB value is (203,78,216). Sum of RGB (Red+Green+Blue) = 203+78+216=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ED8 is #34B127. Grayscale: #828282. Windows color (decimal): -3453224 or 14175947. OLE color: 14175947.

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

Color convert

RGB 203 78 216 -
CMYK 0.06 0.64 0 0.15
HSL 294.35º 0.64% 0.58% -
HSV(B) 294.35º 0.64% 0.85% -
XYZ 39.75 23.1 67.33 -
YUV 131.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 203 78 216 0.06 0.64 0 0.15 294.35 0.64 0.58
Hex CB 4E D8 6 40 0 F 126 40 3A
Octal 313 116 330 6 100 0 17 446 100 72
Binary 11001011 1001110 11011000 110 1000000 0 1111 100100110 1000000 111010

Color Harmonies of #CB4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4ED8

Black with #CB4ED8

Text Example


Text Example

White with #CB4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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