Html Css Color HEX #D583DC Orchid

📋 copy color: '#D583DC'

red 213 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D583DC

Tints of Orchid #D583DC

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

 GREEN value IS 131 (51.56% from 255) = 23.23%

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

R = 37.77%
G = 23.23%
B = 39.01%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D583DC (or 0xD583DC) is known color: Orchid. HEX triplet: D5, 83 and DC. RGB value is (213,131,220). Sum of RGB (Red+Green+Blue) = 213+131+220=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D583DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583DC is #2A7C23. Grayscale: #A5A5A5. Windows color (decimal): -2784292 or 14451669. OLE color: 14451669.

HSL color Cylindrical-coordinate representation of color #D583DC: hue angle of 295.28º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D583DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 131 220 -
CMYK 0.03 0.40 0 0.14
HSL 295.28º 0.56% 0.69% -
HSV(B) 295.28º 0.4% 0.86% -
XYZ 48.48 35.55 72.02 -
YUV 165.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 213 131 220 0.03 0.40 0 0.14 295.28 0.56 0.69
Hex D5 83 DC 3 28 0 E 127 38 45
Octal 325 203 334 3 50 0 16 447 70 105
Binary 11010101 10000011 11011100 11 101000 0 1110 100100111 111000 1000101

Color Harmonies of #D583DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583DC

Black with #D583DC

Text Example


Text Example

White with #D583DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583DC; }

 p { color: rgb(213,131,220); }

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

background-color css

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

 a { background-color: rgb(213,131,220); }

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

border-color css

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

 span { border-color: rgb(213,131,220); }

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