Html Css Color HEX #D965BA Orchid

📋 copy color: '#D965BA'

red 217 ◦ green 101 ◦ blue 186

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

Shades of Orchid #D965BA

Tints of Orchid #D965BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 43.06%
G = 20.04%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D965BA (or 0xD965BA) is known color: Orchid. HEX triplet: D9, 65 and BA. RGB value is (217,101,186). Sum of RGB (Red+Green+Blue) = 217+101+186=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D965BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965BA is #269A45. Grayscale: #919191. Windows color (decimal): -2529862 or 12215769. OLE color: 12215769.

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

Color convert

RGB 217 101 186 -
CMYK 0 0.53 0.14 0.15
HSL 316.03º 0.6% 0.62% -
HSV(B) 316.03º 0.53% 0.85% -
XYZ 42.13 27.6 49.56 -
YUV 145.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 217 101 186 0 0.53 0.14 0.15 316.03 0.6 0.62
Hex D9 65 BA 0 35 E F 13C 3C 3E
Octal 331 145 272 0 65 16 17 474 74 76
Binary 11011001 1100101 10111010 0 110101 1110 1111 100111100 111100 111110

Color Harmonies of #D965BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965BA

Black with #D965BA

Text Example


Text Example

White with #D965BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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