Html Css Color HEX #D565DF Orchid

📋 copy color: '#D565DF'

red 213 ◦ green 101 ◦ blue 223

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

Shades of Orchid #D565DF

Tints of Orchid #D565DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.81%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 39.66%
G = 18.81%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D565DF (or 0xD565DF) is known color: Orchid. HEX triplet: D5, 65 and DF. RGB value is (213,101,223). Sum of RGB (Red+Green+Blue) = 213+101+223=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D565DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565DF is #2A9A20. Grayscale: #949494. Windows color (decimal): -2791969 or 14640597. OLE color: 14640597.

HSL color Cylindrical-coordinate representation of color #D565DF: hue angle of 295.08º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D565DF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 101 223 -
CMYK 0.04 0.55 0 0.13
HSL 295.08º 0.66% 0.64% -
HSV(B) 295.08º 0.55% 0.87% -
XYZ 45.41 28.78 72.97 -
YUV 148.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 213 101 223 0.04 0.55 0 0.13 295.08 0.66 0.64
Hex D5 65 DF 4 37 0 D 127 42 40
Octal 325 145 337 4 67 0 15 447 102 100
Binary 11010101 1100101 11011111 100 110111 0 1101 100100111 1000010 1000000

Color Harmonies of #D565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565DF

Black with #D565DF

Text Example


Text Example

White with #D565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565DF; }

 p { color: rgb(213,101,223); }

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

background-color css

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

 a { background-color: rgb(213,101,223); }

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

border-color css

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

 span { border-color: rgb(213,101,223); }

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