Html Css Color HEX #CB4ED3 Medium Orchid

📋 copy color: '#CB4ED3'

red 203 ◦ green 78 ◦ blue 211

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

Shades of Medium Orchid #CB4ED3

Tints of Medium Orchid #CB4ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.89%

R = 41.26%
G = 15.85%
B = 42.89%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB4ED3 (or 0xCB4ED3) is known color: Medium Orchid. HEX triplet: CB, 4E and D3. RGB value is (203,78,211). Sum of RGB (Red+Green+Blue) = 203+78+211=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB4ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ED3 is #34B12C. Grayscale: #828282. Windows color (decimal): -3453229 or 13848267. OLE color: 13848267.

HSL color Cylindrical-coordinate representation of color #CB4ED3: hue angle of 296.39º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4ED3 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 78 211 -
CMYK 0.04 0.63 0 0.17
HSL 296.39º 0.6% 0.57% -
HSV(B) 296.39º 0.63% 0.83% -
XYZ 39.11 22.85 63.98 -
YUV 130.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 203 78 211 0.04 0.63 0 0.17 296.39 0.6 0.57
Hex CB 4E D3 4 3F 0 11 128 3C 39
Octal 313 116 323 4 77 0 21 450 74 71
Binary 11001011 1001110 11010011 100 111111 0 10001 100101000 111100 111001

Color Harmonies of #CB4ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4ED3

Black with #CB4ED3

Text Example


Text Example

White with #CB4ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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