Html Css Color HEX #D965C7 Orchid

📋 copy color: '#D965C7'

red 217 ◦ green 101 ◦ blue 199

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

Shades of Orchid #D965C7

Tints of Orchid #D965C7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

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

R = 41.97%
G = 19.54%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D965C7 (or 0xD965C7) is known color: Orchid. HEX triplet: D9, 65 and C7. RGB value is (217,101,199). Sum of RGB (Red+Green+Blue) = 217+101+199=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D965C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965C7 is #269A38. Grayscale: #929292. Windows color (decimal): -2529849 or 13067737. OLE color: 13067737.

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

Color convert

RGB 217 101 199 -
CMYK 0 0.53 0.08 0.15
HSL 309.31º 0.6% 0.62% -
HSV(B) 309.31º 0.53% 0.85% -
XYZ 43.58 28.18 57.18 -
YUV 146.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 217 101 199 0 0.53 0.08 0.15 309.31 0.6 0.62
Hex D9 65 C7 0 35 8 F 135 3C 3E
Octal 331 145 307 0 65 10 17 465 74 76
Binary 11011001 1100101 11000111 0 110101 1000 1111 100110101 111100 111110

Color Harmonies of #D965C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965C7

Black with #D965C7

Text Example


Text Example

White with #D965C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965C7; }

 p { color: rgb(217,101,199); }

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

background-color css

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

 a { background-color: rgb(217,101,199); }

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

border-color css

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

 span { border-color: rgb(217,101,199); }

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