Html Css Color HEX #D88ACD Orchid

📋 copy color: '#D88ACD'

red 216 ◦ green 138 ◦ blue 205

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

Shades of Orchid #D88ACD

Tints of Orchid #D88ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 38.64%
G = 24.69%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88ACD (or 0xD88ACD) is known color: Orchid. HEX triplet: D8, 8A and CD. RGB value is (216,138,205). Sum of RGB (Red+Green+Blue) = 216+138+205=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACD is #277532. Grayscale: #A8A8A8. Windows color (decimal): -2585907 or 13470424. OLE color: 13470424.

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

Color convert

RGB 216 138 205 -
CMYK 0 0.36 0.05 0.15
HSL 308.46º 0.5% 0.69% -
HSV(B) 308.46º 0.36% 0.85% -
XYZ 48.43 37.18 62.38 -
YUV 168.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 216 138 205 0 0.36 0.05 0.15 308.46 0.5 0.69
Hex D8 8A CD 0 24 5 F 134 32 45
Octal 330 212 315 0 44 5 17 464 62 105
Binary 11011000 10001010 11001101 0 100100 101 1111 100110100 110010 1000101

Color Harmonies of #D88ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ACD

Black with #D88ACD

Text Example


Text Example

White with #D88ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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