Html Css Color HEX #D583C9 Orchid

📋 copy color: '#D583C9'

red 213 ◦ green 131 ◦ blue 201

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

Shades of Orchid #D583C9

Tints of Orchid #D583C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 39.08%
G = 24.04%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D583C9 (or 0xD583C9) is known color: Orchid. HEX triplet: D5, 83 and C9. RGB value is (213,131,201). Sum of RGB (Red+Green+Blue) = 213+131+201=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D583C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583C9 is #2A7C36. Grayscale: #A3A3A3. Windows color (decimal): -2784311 or 13206485. OLE color: 13206485.

HSL color Cylindrical-coordinate representation of color #D583C9: hue angle of 308.78º 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 #D583C9 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 201 -
CMYK 0 0.38 0.06 0.16
HSL 308.78º 0.49% 0.67% -
HSV(B) 308.78º 0.38% 0.84% -
XYZ 46.1 34.6 59.51 -
YUV 163.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 213 131 201 0 0.38 0.06 0.16 308.78 0.49 0.67
Hex D5 83 C9 0 26 6 10 135 31 43
Octal 325 203 311 0 46 6 20 465 61 103
Binary 11010101 10000011 11001001 0 100110 110 10000 100110101 110001 1000011

Color Harmonies of #D583C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583C9

Black with #D583C9

Text Example


Text Example

White with #D583C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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