Html Css Color HEX #D574DB Orchid

📋 copy color: '#D574DB'

red 213 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D574DB

Tints of Orchid #D574DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 38.87%
G = 21.17%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D574DB (or 0xD574DB) is known color: Orchid. HEX triplet: D5, 74 and DB. RGB value is (213,116,219). Sum of RGB (Red+Green+Blue) = 213+116+219=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D574DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574DB is #2A8B24. Grayscale: #9C9C9C. Windows color (decimal): -2788133 or 14382293. OLE color: 14382293.

HSL color Cylindrical-coordinate representation of color #D574DB: hue angle of 296.5º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D574DB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 116 219 -
CMYK 0.03 0.47 0 0.14
HSL 296.5º 0.59% 0.66% -
HSV(B) 296.5º 0.47% 0.86% -
XYZ 46.47 31.75 70.7 -
YUV 156.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 213 116 219 0.03 0.47 0 0.14 296.5 0.59 0.66
Hex D5 74 DB 3 2F 0 E 129 3B 42
Octal 325 164 333 3 57 0 16 451 73 102
Binary 11010101 1110100 11011011 11 101111 0 1110 100101001 111011 1000010

Color Harmonies of #D574DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574DB

Black with #D574DB

Text Example


Text Example

White with #D574DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574DB; }

 p { color: rgb(213,116,219); }

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

background-color css

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

 a { background-color: rgb(213,116,219); }

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

border-color css

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

 span { border-color: rgb(213,116,219); }

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