Html Css Color HEX #D88ACF Orchid

📋 copy color: '#D88ACF'

red 216 ◦ green 138 ◦ blue 207

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

Shades of Orchid #D88ACF

Tints of Orchid #D88ACF

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 38.5%
G = 24.6%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D88ACF (or 0xD88ACF) is known color: Orchid. HEX triplet: D8, 8A and CF. RGB value is (216,138,207). Sum of RGB (Red+Green+Blue) = 216+138+207=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACF is #277530. Grayscale: #A8A8A8. Windows color (decimal): -2585905 or 13601496. OLE color: 13601496.

HSL color Cylindrical-coordinate representation of color #D88ACF: hue angle of 306.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88ACF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 207 -
CMYK 0 0.36 0.04 0.15
HSL 306.92º 0.5% 0.69% -
HSV(B) 306.92º 0.36% 0.85% -
XYZ 48.67 37.28 63.66 -
YUV 169.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 216 138 207 0 0.36 0.04 0.15 306.92 0.5 0.69
Hex D8 8A CF 0 24 4 F 133 32 45
Octal 330 212 317 0 44 4 17 463 62 105
Binary 11011000 10001010 11001111 0 100100 100 1111 100110011 110010 1000101

Color Harmonies of #D88ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ACF

Black with #D88ACF

Text Example


Text Example

White with #D88ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ACF; }

 p { color: rgb(216,138,207); }

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

background-color css

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

 a { background-color: rgb(216,138,207); }

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

border-color css

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

 span { border-color: rgb(216,138,207); }

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