Html Css Color HEX #D664C7 Orchid

📋 copy color: '#D664C7'

red 214 ◦ green 100 ◦ blue 199

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

Shades of Orchid #D664C7

Tints of Orchid #D664C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 41.72%
G = 19.49%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D664C7 (or 0xD664C7) is known color: Orchid. HEX triplet: D6, 64 and C7. RGB value is (214,100,199). Sum of RGB (Red+Green+Blue) = 214+100+199=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C7 is #299B38. Grayscale: #919191. Windows color (decimal): -2726713 or 13067478. OLE color: 13067478.

HSL color Cylindrical-coordinate representation of color #D664C7: hue angle of 307.89º degrees, saturation: 0.58, 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 #D664C7 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 199 -
CMYK 0 0.53 0.07 0.16
HSL 307.89º 0.58% 0.62% -
HSV(B) 307.89º 0.53% 0.84% -
XYZ 42.6 27.53 57.1 -
YUV 145.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 214 100 199 0 0.53 0.07 0.16 307.89 0.58 0.62
Hex D6 64 C7 0 35 7 10 134 3A 3E
Octal 326 144 307 0 65 7 20 464 72 76
Binary 11010110 1100100 11000111 0 110101 111 10000 100110100 111010 111110

Color Harmonies of #D664C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664C7

Black with #D664C7

Text Example


Text Example

White with #D664C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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