Html Css Color HEX #CB4ED5 Medium Orchid

📋 copy color: '#CB4ED5'

red 203 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #CB4ED5

Tints of Medium Orchid #CB4ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 41.09%
G = 15.79%
B = 43.12%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB4ED5 (or 0xCB4ED5) is known color: Medium Orchid. HEX triplet: CB, 4E and D5. RGB value is (203,78,213). Sum of RGB (Red+Green+Blue) = 203+78+213=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ED5 is #34B12A. Grayscale: #828282. Windows color (decimal): -3453227 or 13979339. OLE color: 13979339.

HSL color Cylindrical-coordinate representation of color #CB4ED5: hue angle of 295.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4ED5 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 78 213 -
CMYK 0.05 0.63 0 0.16
HSL 295.56º 0.62% 0.57% -
HSV(B) 295.56º 0.63% 0.84% -
XYZ 39.36 22.95 65.31 -
YUV 130.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 203 78 213 0.05 0.63 0 0.16 295.56 0.62 0.57
Hex CB 4E D5 5 3F 0 10 128 3E 39
Octal 313 116 325 5 77 0 20 450 76 71
Binary 11001011 1001110 11010101 101 111111 0 10000 100101000 111110 111001

Color Harmonies of #CB4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4ED5

Black with #CB4ED5

Text Example


Text Example

White with #CB4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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