Html Css Color HEX #D662DC Orchid

📋 copy color: '#D662DC'

red 214 ◦ green 98 ◦ blue 220

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

Shades of Orchid #D662DC

Tints of Orchid #D662DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 40.23%
G = 18.42%
B = 41.35%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D662DC (or 0xD662DC) is known color: Orchid. HEX triplet: D6, 62 and DC. RGB value is (214,98,220). Sum of RGB (Red+Green+Blue) = 214+98+220=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D662DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DC is #299D23. Grayscale: #929292. Windows color (decimal): -2727204 or 14443222. OLE color: 14443222.

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

Color convert

RGB 214 98 220 -
CMYK 0.03 0.55 0 0.14
HSL 297.05º 0.64% 0.62% -
HSV(B) 297.05º 0.55% 0.86% -
XYZ 45.02 28.2 70.78 -
YUV 146.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 214 98 220 0.03 0.55 0 0.14 297.05 0.64 0.62
Hex D6 62 DC 3 37 0 E 129 40 3E
Octal 326 142 334 3 67 0 16 451 100 76
Binary 11010110 1100010 11011100 11 110111 0 1110 100101001 1000000 111110

Color Harmonies of #D662DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662DC

Black with #D662DC

Text Example


Text Example

White with #D662DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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