Html Css Color HEX #CB4CDC Medium Orchid

📋 copy color: '#CB4CDC'

red 203 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #CB4CDC

Tints of Medium Orchid #CB4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

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

R = 40.68%
G = 15.23%
B = 44.09%

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

#CB4CDC (or 0xCB4CDC) is known color: Medium Orchid. HEX triplet: CB, 4C and DC. RGB value is (203,76,220). Sum of RGB (Red+Green+Blue) = 203+76+220=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CDC is #34B323. Grayscale: #818181. Windows color (decimal): -3453732 or 14437579. OLE color: 14437579.

HSL color Cylindrical-coordinate representation of color #CB4CDC: hue angle of 292.92º 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 #CB4CDC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 76 220 -
CMYK 0.08 0.65 0 0.14
HSL 292.92º 0.67% 0.58% -
HSV(B) 292.92º 0.65% 0.86% -
XYZ 40.13 23.03 70.04 -
YUV 130.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 203 76 220 0.08 0.65 0 0.14 292.92 0.67 0.58
Hex CB 4C DC 8 41 0 E 125 43 3A
Octal 313 114 334 10 101 0 16 445 103 72
Binary 11001011 1001100 11011100 1000 1000001 0 1110 100100101 1000011 111010

Color Harmonies of #CB4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4CDC

Black with #CB4CDC

Text Example


Text Example

White with #CB4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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