Html Css Color HEX #D664CD Orchid

📋 copy color: '#D664CD'

red 214 ◦ green 100 ◦ blue 205

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

Shades of Orchid #D664CD

Tints of Orchid #D664CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 41.23%
G = 19.27%
B = 39.5%

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

#D664CD (or 0xD664CD) is known color: Orchid. HEX triplet: D6, 64 and CD. RGB value is (214,100,205). Sum of RGB (Red+Green+Blue) = 214+100+205=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D664CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664CD is #299B32. Grayscale: #919191. Windows color (decimal): -2726707 or 13460694. OLE color: 13460694.

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

Color convert

RGB 214 100 205 -
CMYK 0 0.53 0.04 0.16
HSL 304.74º 0.58% 0.62% -
HSV(B) 304.74º 0.53% 0.84% -
XYZ 43.31 27.82 60.84 -
YUV 146.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 214 100 205 0 0.53 0.04 0.16 304.74 0.58 0.62
Hex D6 64 CD 0 35 4 10 131 3A 3E
Octal 326 144 315 0 65 4 20 461 72 76
Binary 11010110 1100100 11001101 0 110101 100 10000 100110001 111010 111110

Color Harmonies of #D664CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664CD

Black with #D664CD

Text Example


Text Example

White with #D664CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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