Html Css Color HEX #D965BF Orchid

📋 copy color: '#D965BF'

red 217 ◦ green 101 ◦ blue 191

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

Shades of Orchid #D965BF

Tints of Orchid #D965BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 42.63%
G = 19.84%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D965BF (or 0xD965BF) is known color: Orchid. HEX triplet: D9, 65 and BF. RGB value is (217,101,191). Sum of RGB (Red+Green+Blue) = 217+101+191=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D965BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965BF is #269A40. Grayscale: #919191. Windows color (decimal): -2529857 or 12543449. OLE color: 12543449.

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

Color convert

RGB 217 101 191 -
CMYK 0 0.53 0.12 0.15
HSL 313.45º 0.6% 0.62% -
HSV(B) 313.45º 0.53% 0.85% -
XYZ 42.67 27.82 52.41 -
YUV 145.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 217 101 191 0 0.53 0.12 0.15 313.45 0.6 0.62
Hex D9 65 BF 0 35 C F 139 3C 3E
Octal 331 145 277 0 65 14 17 471 74 76
Binary 11011001 1100101 10111111 0 110101 1100 1111 100111001 111100 111110

Color Harmonies of #D965BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965BF

Black with #D965BF

Text Example


Text Example

White with #D965BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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