Html Css Color HEX #D583C7 Orchid

📋 copy color: '#D583C7'

red 213 ◦ green 131 ◦ blue 199

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

Shades of Orchid #D583C7

Tints of Orchid #D583C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 39.23%
G = 24.13%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D583C7 (or 0xD583C7) is known color: Orchid. HEX triplet: D5, 83 and C7. RGB value is (213,131,199). Sum of RGB (Red+Green+Blue) = 213+131+199=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D583C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583C7 is #2A7C38. Grayscale: #A3A3A3. Windows color (decimal): -2784313 or 13075413. OLE color: 13075413.

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

Color convert

RGB 213 131 199 -
CMYK 0 0.38 0.07 0.16
HSL 310.24º 0.49% 0.67% -
HSV(B) 310.24º 0.38% 0.84% -
XYZ 45.87 34.5 58.28 -
YUV 163.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 213 131 199 0 0.38 0.07 0.16 310.24 0.49 0.67
Hex D5 83 C7 0 26 7 10 136 31 43
Octal 325 203 307 0 46 7 20 466 61 103
Binary 11010101 10000011 11000111 0 100110 111 10000 100110110 110001 1000011

Color Harmonies of #D583C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583C7

Black with #D583C7

Text Example


Text Example

White with #D583C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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