Html Css Color HEX #D662DD Orchid

📋 copy color: '#D662DD'

red 214 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D662DD

Tints of Orchid #D662DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 40.15%
G = 18.39%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D662DD (or 0xD662DD) is known color: Orchid. HEX triplet: D6, 62 and DD. RGB value is (214,98,221). Sum of RGB (Red+Green+Blue) = 214+98+221=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D662DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DD is #299D22. Grayscale: #929292. Windows color (decimal): -2727203 or 14508758. OLE color: 14508758.

HSL color Cylindrical-coordinate representation of color #D662DD: hue angle of 296.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D662DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 98 221 -
CMYK 0.03 0.56 0 0.13
HSL 296.59º 0.64% 0.63% -
HSV(B) 296.59º 0.56% 0.87% -
XYZ 45.15 28.25 71.48 -
YUV 146.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 214 98 221 0.03 0.56 0 0.13 296.59 0.64 0.63
Hex D6 62 DD 3 38 0 D 129 40 3F
Octal 326 142 335 3 70 0 15 451 100 77
Binary 11010110 1100010 11011101 11 111000 0 1101 100101001 1000000 111111

Color Harmonies of #D662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662DD

Black with #D662DD

Text Example


Text Example

White with #D662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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