Html Css Color HEX #D964C8 Orchid

📋 copy color: '#D964C8'

red 217 ◦ green 100 ◦ blue 200

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

Shades of Orchid #D964C8

Tints of Orchid #D964C8

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 41.97%
G = 19.34%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D964C8 (or 0xD964C8) is known color: Orchid. HEX triplet: D9, 64 and C8. RGB value is (217,100,200). Sum of RGB (Red+Green+Blue) = 217+100+200=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D964C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964C8 is #269B37. Grayscale: #929292. Windows color (decimal): -2530104 or 13133017. OLE color: 13133017.

HSL color Cylindrical-coordinate representation of color #D964C8: hue angle of 308.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964C8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 200 -
CMYK 0 0.54 0.08 0.15
HSL 308.72º 0.61% 0.62% -
HSV(B) 308.72º 0.54% 0.85% -
XYZ 43.6 28.04 57.76 -
YUV 146.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 217 100 200 0 0.54 0.08 0.15 308.72 0.61 0.62
Hex D9 64 C8 0 36 8 F 135 3D 3E
Octal 331 144 310 0 66 10 17 465 75 76
Binary 11011001 1100100 11001000 0 110110 1000 1111 100110101 111101 111110

Color Harmonies of #D964C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964C8

Black with #D964C8

Text Example


Text Example

White with #D964C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964C8; }

 p { color: rgb(217,100,200); }

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

background-color css

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

 a { background-color: rgb(217,100,200); }

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

border-color css

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

 span { border-color: rgb(217,100,200); }

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