Html Css Color HEX #D674DB Orchid

📋 copy color: '#D674DB'

red 214 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D674DB

Tints of Orchid #D674DB

RGB

 RED value IS 214 (83.98% from 255) = 38.98%

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

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

R = 38.98%
G = 21.13%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D674DB (or 0xD674DB) is known color: Orchid. HEX triplet: D6, 74 and DB. RGB value is (214,116,219). Sum of RGB (Red+Green+Blue) = 214+116+219=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D674DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674DB is #298B24. Grayscale: #9C9C9C. Windows color (decimal): -2722597 or 14382294. OLE color: 14382294.

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

Color convert

RGB 214 116 219 -
CMYK 0.02 0.47 0 0.14
HSL 297.09º 0.59% 0.66% -
HSV(B) 297.09º 0.47% 0.86% -
XYZ 46.76 31.9 70.71 -
YUV 157.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 214 116 219 0.02 0.47 0 0.14 297.09 0.59 0.66
Hex D6 74 DB 2 2F 0 E 129 3B 42
Octal 326 164 333 2 57 0 16 451 73 102
Binary 11010110 1110100 11011011 10 101111 0 1110 100101001 111011 1000010

Color Harmonies of #D674DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674DB

Black with #D674DB

Text Example


Text Example

White with #D674DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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