Html Css Color HEX #D965B8 Orchid

📋 copy color: '#D965B8'

red 217 ◦ green 101 ◦ blue 184

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

Shades of Orchid #D965B8

Tints of Orchid #D965B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 43.23%
G = 20.12%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D965B8 (or 0xD965B8) is known color: Orchid. HEX triplet: D9, 65 and B8. RGB value is (217,101,184). Sum of RGB (Red+Green+Blue) = 217+101+184=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D965B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965B8 is #269A47. Grayscale: #909090. Windows color (decimal): -2529864 or 12084697. OLE color: 12084697.

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

Color convert

RGB 217 101 184 -
CMYK 0 0.53 0.15 0.15
HSL 317.07º 0.6% 0.62% -
HSV(B) 317.07º 0.53% 0.85% -
XYZ 41.92 27.52 48.45 -
YUV 145.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 217 101 184 0 0.53 0.15 0.15 317.07 0.6 0.62
Hex D9 65 B8 0 35 F F 13D 3C 3E
Octal 331 145 270 0 65 17 17 475 74 76
Binary 11011001 1100101 10111000 0 110101 1111 1111 100111101 111100 111110

Color Harmonies of #D965B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965B8

Black with #D965B8

Text Example


Text Example

White with #D965B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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