Html Css Color HEX #CB4EDC Medium Orchid

📋 copy color: '#CB4EDC'

red 203 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #CB4EDC

Tints of Medium Orchid #CB4EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 40.52%
G = 15.57%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB4EDC (or 0xCB4EDC) is known color: Medium Orchid. HEX triplet: CB, 4E and DC. RGB value is (203,78,220). Sum of RGB (Red+Green+Blue) = 203+78+220=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EDC is #34B123. Grayscale: #838383. Windows color (decimal): -3453220 or 14438091. OLE color: 14438091.

HSL color Cylindrical-coordinate representation of color #CB4EDC: hue angle of 292.82º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4EDC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 78 220 -
CMYK 0.08 0.65 0 0.14
HSL 292.82º 0.67% 0.58% -
HSV(B) 292.82º 0.65% 0.86% -
XYZ 40.27 23.31 70.09 -
YUV 131.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 203 78 220 0.08 0.65 0 0.14 292.82 0.67 0.58
Hex CB 4E DC 8 41 0 E 125 43 3A
Octal 313 116 334 10 101 0 16 445 103 72
Binary 11001011 1001110 11011100 1000 1000001 0 1110 100100101 1000011 111010

Color Harmonies of #CB4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4EDC

Black with #CB4EDC

Text Example


Text Example

White with #CB4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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