Html Css Color HEX #D568DF Orchid

📋 copy color: '#D568DF'

red 213 ◦ green 104 ◦ blue 223

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

Shades of Orchid #D568DF

Tints of Orchid #D568DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.26%

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

R = 39.44%
G = 19.26%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D568DF (or 0xD568DF) is known color: Orchid. HEX triplet: D5, 68 and DF. RGB value is (213,104,223). Sum of RGB (Red+Green+Blue) = 213+104+223=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D568DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568DF is #2A9720. Grayscale: #959595. Windows color (decimal): -2791201 or 14641365. OLE color: 14641365.

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

Color convert

RGB 213 104 223 -
CMYK 0.04 0.53 0 0.13
HSL 294.96º 0.65% 0.64% -
HSV(B) 294.96º 0.53% 0.87% -
XYZ 45.71 29.37 73.07 -
YUV 150.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 213 104 223 0.04 0.53 0 0.13 294.96 0.65 0.64
Hex D5 68 DF 4 35 0 D 127 41 40
Octal 325 150 337 4 65 0 15 447 101 100
Binary 11010101 1101000 11011111 100 110101 0 1101 100100111 1000001 1000000

Color Harmonies of #D568DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568DF

Black with #D568DF

Text Example


Text Example

White with #D568DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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