Html Css Color HEX #D583D4 Orchid

📋 copy color: '#D583D4'

red 213 ◦ green 131 ◦ blue 212

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

Shades of Orchid #D583D4

Tints of Orchid #D583D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 38.31%
G = 23.56%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D583D4 (or 0xD583D4) is known color: Orchid. HEX triplet: D5, 83 and D4. RGB value is (213,131,212). Sum of RGB (Red+Green+Blue) = 213+131+212=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D583D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D4 is #2A7C2B. Grayscale: #A4A4A4. Windows color (decimal): -2784300 or 13927381. OLE color: 13927381.

HSL color Cylindrical-coordinate representation of color #D583D4: hue angle of 300.73º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583D4 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 212 -
CMYK 0 0.38 0.00 0.16
HSL 300.73º 0.49% 0.67% -
HSV(B) 300.73º 0.38% 0.84% -
XYZ 47.44 35.13 66.57 -
YUV 164.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 213 131 212 0 0.38 0.00 0.16 300.73 0.49 0.67
Hex D5 83 D4 0 26 0 10 12D 31 43
Octal 325 203 324 0 46 0 20 455 61 103
Binary 11010101 10000011 11010100 0 100110 0 10000 100101101 110001 1000011

Color Harmonies of #D583D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583D4

Black with #D583D4

Text Example


Text Example

White with #D583D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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