Html Css Color HEX #D568DE Orchid

📋 copy color: '#D568DE'

red 213 ◦ green 104 ◦ blue 222

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

Shades of Orchid #D568DE

Tints of Orchid #D568DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 39.52%
G = 19.29%
B = 41.19%

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

#D568DE (or 0xD568DE) is known color: Orchid. HEX triplet: D5, 68 and DE. RGB value is (213,104,222). Sum of RGB (Red+Green+Blue) = 213+104+222=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D568DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568DE is #2A9721. Grayscale: #959595. Windows color (decimal): -2791202 or 14575829. OLE color: 14575829.

HSL color Cylindrical-coordinate representation of color #D568DE: hue angle of 295.42º degrees, saturation: 0.64, 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 #D568DE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 104 222 -
CMYK 0.04 0.53 0 0.13
HSL 295.42º 0.64% 0.64% -
HSV(B) 295.42º 0.53% 0.87% -
XYZ 45.58 29.32 72.36 -
YUV 150.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 213 104 222 0.04 0.53 0 0.13 295.42 0.64 0.64
Hex D5 68 DE 4 35 0 D 127 40 40
Octal 325 150 336 4 65 0 15 447 100 100
Binary 11010101 1101000 11011110 100 110101 0 1101 100100111 1000000 1000000

Color Harmonies of #D568DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568DE

Black with #D568DE

Text Example


Text Example

White with #D568DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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