Html Css Color HEX #D567DF Orchid

📋 copy color: '#D567DF'

red 213 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D567DF

Tints of Orchid #D567DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.11%

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

R = 39.52%
G = 19.11%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D567DF (or 0xD567DF) is known color: Orchid. HEX triplet: D5, 67 and DF. RGB value is (213,103,223). Sum of RGB (Red+Green+Blue) = 213+103+223=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D567DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567DF is #2A9820. Grayscale: #959595. Windows color (decimal): -2791457 or 14641109. OLE color: 14641109.

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

Color convert

RGB 213 103 223 -
CMYK 0.04 0.54 0 0.13
HSL 295º 0.65% 0.64% -
HSV(B) 295º 0.54% 0.87% -
XYZ 45.61 29.17 73.04 -
YUV 149.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 213 103 223 0.04 0.54 0 0.13 295 0.65 0.64
Hex D5 67 DF 4 36 0 D 127 41 40
Octal 325 147 337 4 66 0 15 447 101 100
Binary 11010101 1100111 11011111 100 110110 0 1101 100100111 1000001 1000000

Color Harmonies of #D567DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567DF

Black with #D567DF

Text Example


Text Example

White with #D567DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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