Html Css Color HEX #D569D0 Orchid

📋 copy color: '#D569D0'

red 213 ◦ green 105 ◦ blue 208

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

Shades of Orchid #D569D0

Tints of Orchid #D569D0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 40.49%
G = 19.96%
B = 39.54%

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

#D569D0 (or 0xD569D0) is known color: Orchid. HEX triplet: D5, 69 and D0. RGB value is (213,105,208). Sum of RGB (Red+Green+Blue) = 213+105+208=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D569D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569D0 is #2A962F. Grayscale: #949494. Windows color (decimal): -2790960 or 13658581. OLE color: 13658581.

HSL color Cylindrical-coordinate representation of color #D569D0: hue angle of 302.78º 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 #D569D0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 208 -
CMYK 0 0.51 0.02 0.16
HSL 302.78º 0.56% 0.62% -
HSV(B) 302.78º 0.51% 0.84% -
XYZ 43.88 28.8 62.92 -
YUV 149.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 213 105 208 0 0.51 0.02 0.16 302.78 0.56 0.62
Hex D5 69 D0 0 33 2 10 12F 38 3E
Octal 325 151 320 0 63 2 20 457 70 76
Binary 11010101 1101001 11010000 0 110011 10 10000 100101111 111000 111110

Color Harmonies of #D569D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569D0

Black with #D569D0

Text Example


Text Example

White with #D569D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569D0; }

 p { color: rgb(213,105,208); }

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

background-color css

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

 a { background-color: rgb(213,105,208); }

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

border-color css

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

 span { border-color: rgb(213,105,208); }

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