Html Css Color HEX #D968B8 Orchid

📋 copy color: '#D968B8'

red 217 ◦ green 104 ◦ blue 184

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

Shades of Orchid #D968B8

Tints of Orchid #D968B8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 42.97%
G = 20.59%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D968B8 (or 0xD968B8) is known color: Orchid. HEX triplet: D9, 68 and B8. RGB value is (217,104,184). Sum of RGB (Red+Green+Blue) = 217+104+184=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D968B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968B8 is #269747. Grayscale: #929292. Windows color (decimal): -2529096 or 12085465. OLE color: 12085465.

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

Color convert

RGB 217 104 184 -
CMYK 0 0.52 0.15 0.15
HSL 317.52º 0.6% 0.63% -
HSV(B) 317.52º 0.52% 0.85% -
XYZ 42.22 28.11 48.55 -
YUV 146.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 217 104 184 0 0.52 0.15 0.15 317.52 0.6 0.63
Hex D9 68 B8 0 34 F F 13E 3C 3F
Octal 331 150 270 0 64 17 17 476 74 77
Binary 11011001 1101000 10111000 0 110100 1111 1111 100111110 111100 111111

Color Harmonies of #D968B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968B8

Black with #D968B8

Text Example


Text Example

White with #D968B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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