Html Css Color HEX #D664CE Orchid

📋 copy color: '#D664CE'

red 214 ◦ green 100 ◦ blue 206

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

Shades of Orchid #D664CE

Tints of Orchid #D664CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 41.15%
G = 19.23%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D664CE (or 0xD664CE) is known color: Orchid. HEX triplet: D6, 64 and CE. RGB value is (214,100,206). Sum of RGB (Red+Green+Blue) = 214+100+206=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D664CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664CE is #299B31. Grayscale: #919191. Windows color (decimal): -2726706 or 13526230. OLE color: 13526230.

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

Color convert

RGB 214 100 206 -
CMYK 0 0.53 0.04 0.16
HSL 304.21º 0.58% 0.62% -
HSV(B) 304.21º 0.53% 0.84% -
XYZ 43.43 27.87 61.48 -
YUV 146.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 214 100 206 0 0.53 0.04 0.16 304.21 0.58 0.62
Hex D6 64 CE 0 35 4 10 130 3A 3E
Octal 326 144 316 0 65 4 20 460 72 76
Binary 11010110 1100100 11001110 0 110101 100 10000 100110000 111010 111110

Color Harmonies of #D664CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664CE

Black with #D664CE

Text Example


Text Example

White with #D664CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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