Html Css Color HEX #D664D7 Orchid

📋 copy color: '#D664D7'

red 214 ◦ green 100 ◦ blue 215

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

Shades of Orchid #D664D7

Tints of Orchid #D664D7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

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

R = 40.45%
G = 18.9%
B = 40.64%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D664D7 (or 0xD664D7) is known color: Orchid. HEX triplet: D6, 64 and D7. RGB value is (214,100,215). Sum of RGB (Red+Green+Blue) = 214+100+215=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #D664D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664D7 is #299B28. Grayscale: #929292. Windows color (decimal): -2726697 or 14116054. OLE color: 14116054.

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

Color convert

RGB 214 100 215 -
CMYK 0.00 0.53 0 0.16
HSL 299.48º 0.59% 0.62% -
HSV(B) 299.48º 0.53% 0.84% -
XYZ 44.55 28.32 67.41 -
YUV 147.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 214 100 215 0.00 0.53 0 0.16 299.48 0.59 0.62
Hex D6 64 D7 0 35 0 10 12B 3B 3E
Octal 326 144 327 0 65 0 20 453 73 76
Binary 11010110 1100100 11010111 0 110101 0 10000 100101011 111011 111110

Color Harmonies of #D664D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664D7

Black with #D664D7

Text Example


Text Example

White with #D664D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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