Html Css Color HEX #CB4ED9 Medium Orchid

📋 copy color: '#CB4ED9'

red 203 ◦ green 78 ◦ blue 217

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

Shades of Medium Orchid #CB4ED9

Tints of Medium Orchid #CB4ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 40.76%
G = 15.66%
B = 43.57%

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

#CB4ED9 (or 0xCB4ED9) is known color: Medium Orchid. HEX triplet: CB, 4E and D9. RGB value is (203,78,217). Sum of RGB (Red+Green+Blue) = 203+78+217=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB4ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ED9 is #34B126. Grayscale: #828282. Windows color (decimal): -3453223 or 14241483. OLE color: 14241483.

HSL color Cylindrical-coordinate representation of color #CB4ED9: hue angle of 293.96º degrees, saturation: 0.65, 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 #CB4ED9 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 78 217 -
CMYK 0.06 0.64 0 0.15
HSL 293.96º 0.65% 0.58% -
HSV(B) 293.96º 0.64% 0.85% -
XYZ 39.88 23.16 68.01 -
YUV 131.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 203 78 217 0.06 0.64 0 0.15 293.96 0.65 0.58
Hex CB 4E D9 6 40 0 F 126 41 3A
Octal 313 116 331 6 100 0 17 446 101 72
Binary 11001011 1001110 11011001 110 1000000 0 1111 100100110 1000001 111010

Color Harmonies of #CB4ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4ED9

Black with #CB4ED9

Text Example


Text Example

White with #CB4ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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