Html Css Color HEX #D568D1 Orchid

📋 copy color: '#D568D1'

red 213 ◦ green 104 ◦ blue 209

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

Shades of Orchid #D568D1

Tints of Orchid #D568D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 40.49%
G = 19.77%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D568D1 (or 0xD568D1) is known color: Orchid. HEX triplet: D5, 68 and D1. RGB value is (213,104,209). Sum of RGB (Red+Green+Blue) = 213+104+209=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D568D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568D1 is #2A972E. Grayscale: #949494. Windows color (decimal): -2791215 or 13723861. OLE color: 13723861.

HSL color Cylindrical-coordinate representation of color #D568D1: hue angle of 302.2º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568D1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 209 -
CMYK 0 0.51 0.02 0.16
HSL 302.2º 0.56% 0.62% -
HSV(B) 302.2º 0.51% 0.84% -
XYZ 43.9 28.65 63.54 -
YUV 148.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 213 104 209 0 0.51 0.02 0.16 302.2 0.56 0.62
Hex D5 68 D1 0 33 2 10 12E 38 3E
Octal 325 150 321 0 63 2 20 456 70 76
Binary 11010101 1101000 11010001 0 110011 10 10000 100101110 111000 111110

Color Harmonies of #D568D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568D1

Black with #D568D1

Text Example


Text Example

White with #D568D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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