Html Css Color HEX #D662D7 Orchid

📋 copy color: '#D662D7'

red 214 ◦ green 98 ◦ blue 215

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

Shades of Orchid #D662D7

Tints of Orchid #D662D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 40.61%
G = 18.6%
B = 40.8%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D662D7 (or 0xD662D7) is known color: Orchid. HEX triplet: D6, 62 and D7. RGB value is (214,98,215). Sum of RGB (Red+Green+Blue) = 214+98+215=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #D662D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662D7 is #299D28. Grayscale: #919191. Windows color (decimal): -2727209 or 14115542. OLE color: 14115542.

HSL color Cylindrical-coordinate representation of color #D662D7: hue angle of 299.49º 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 #D662D7 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 215 -
CMYK 0.00 0.54 0 0.16
HSL 299.49º 0.59% 0.61% -
HSV(B) 299.49º 0.54% 0.84% -
XYZ 44.36 27.94 67.34 -
YUV 146.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 214 98 215 0.00 0.54 0 0.16 299.49 0.59 0.61
Hex D6 62 D7 0 36 0 10 12B 3B 3D
Octal 326 142 327 0 66 0 20 453 73 75
Binary 11010110 1100010 11010111 0 110110 0 10000 100101011 111011 111101

Color Harmonies of #D662D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662D7

Black with #D662D7

Text Example


Text Example

White with #D662D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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