Html Css Color HEX #D662D1 Orchid

📋 copy color: '#D662D1'

red 214 ◦ green 98 ◦ blue 209

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

Shades of Orchid #D662D1

Tints of Orchid #D662D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

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

R = 41.07%
G = 18.81%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D662D1 (or 0xD662D1) is known color: Orchid. HEX triplet: D6, 62 and D1. RGB value is (214,98,209). Sum of RGB (Red+Green+Blue) = 214+98+209=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D662D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662D1 is #299D2E. Grayscale: #919191. Windows color (decimal): -2727215 or 13722326. OLE color: 13722326.

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

Color convert

RGB 214 98 209 -
CMYK 0 0.54 0.02 0.16
HSL 302.59º 0.59% 0.61% -
HSV(B) 302.59º 0.54% 0.84% -
XYZ 43.61 27.63 63.36 -
YUV 145.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 214 98 209 0 0.54 0.02 0.16 302.59 0.59 0.61
Hex D6 62 D1 0 36 2 10 12F 3B 3D
Octal 326 142 321 0 66 2 20 457 73 75
Binary 11010110 1100010 11010001 0 110110 10 10000 100101111 111011 111101

Color Harmonies of #D662D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662D1

Black with #D662D1

Text Example


Text Example

White with #D662D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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