Html Css Color HEX #D583CF Orchid

📋 copy color: '#D583CF'

red 213 ◦ green 131 ◦ blue 207

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

Shades of Orchid #D583CF

Tints of Orchid #D583CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 38.66%
G = 23.77%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D583CF (or 0xD583CF) is known color: Orchid. HEX triplet: D5, 83 and CF. RGB value is (213,131,207). Sum of RGB (Red+Green+Blue) = 213+131+207=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CF is #2A7C30. Grayscale: #A3A3A3. Windows color (decimal): -2784305 or 13599701. OLE color: 13599701.

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

Color convert

RGB 213 131 207 -
CMYK 0 0.38 0.03 0.16
HSL 304.39º 0.49% 0.67% -
HSV(B) 304.39º 0.38% 0.84% -
XYZ 46.82 34.88 63.3 -
YUV 164.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 213 131 207 0 0.38 0.03 0.16 304.39 0.49 0.67
Hex D5 83 CF 0 26 3 10 130 31 43
Octal 325 203 317 0 46 3 20 460 61 103
Binary 11010101 10000011 11001111 0 100110 11 10000 100110000 110001 1000011

Color Harmonies of #D583CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583CF

Black with #D583CF

Text Example


Text Example

White with #D583CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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