Html Css Color HEX #D674D1 Orchid

📋 copy color: '#D674D1'

red 214 ◦ green 116 ◦ blue 209

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

Shades of Orchid #D674D1

Tints of Orchid #D674D1

RGB

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

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

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

R = 39.7%
G = 21.52%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D674D1 (or 0xD674D1) is known color: Orchid. HEX triplet: D6, 74 and D1. RGB value is (214,116,209). Sum of RGB (Red+Green+Blue) = 214+116+209=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D674D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674D1 is #298B2E. Grayscale: #9B9B9B. Windows color (decimal): -2722607 or 13726934. OLE color: 13726934.

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

Color convert

RGB 214 116 209 -
CMYK 0 0.46 0.02 0.16
HSL 303.06º 0.54% 0.65% -
HSV(B) 303.06º 0.46% 0.84% -
XYZ 45.49 31.39 63.98 -
YUV 155.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 214 116 209 0 0.46 0.02 0.16 303.06 0.54 0.65
Hex D6 74 D1 0 2E 2 10 12F 36 41
Octal 326 164 321 0 56 2 20 457 66 101
Binary 11010110 1110100 11010001 0 101110 10 10000 100101111 110110 1000001

Color Harmonies of #D674D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674D1

Black with #D674D1

Text Example


Text Example

White with #D674D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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