Html Css Color HEX #D662DA Orchid

📋 copy color: '#D662DA'

red 214 ◦ green 98 ◦ blue 218

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

Shades of Orchid #D662DA

Tints of Orchid #D662DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 40.38%
G = 18.49%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D662DA (or 0xD662DA) is known color: Orchid. HEX triplet: D6, 62 and DA. RGB value is (214,98,218). Sum of RGB (Red+Green+Blue) = 214+98+218=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #D662DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DA is #299D25. Grayscale: #929292. Windows color (decimal): -2727206 or 14312150. OLE color: 14312150.

HSL color Cylindrical-coordinate representation of color #D662DA: hue angle of 298º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D662DA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 98 218 -
CMYK 0.02 0.55 0 0.15
HSL 298º 0.62% 0.62% -
HSV(B) 298º 0.55% 0.85% -
XYZ 44.75 28.09 69.39 -
YUV 146.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 214 98 218 0.02 0.55 0 0.15 298 0.62 0.62
Hex D6 62 DA 2 37 0 F 12A 3E 3E
Octal 326 142 332 2 67 0 17 452 76 76
Binary 11010110 1100010 11011010 10 110111 0 1111 100101010 111110 111110

Color Harmonies of #D662DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662DA

Black with #D662DA

Text Example


Text Example

White with #D662DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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