Html Css Color HEX #D088D7 Orchid

📋 copy color: '#D088D7'

red 208 ◦ green 136 ◦ blue 215

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

Shades of Orchid #D088D7

Tints of Orchid #D088D7

RGB

 RED value IS 208 (81.64% from 255) = 37.21%

 GREEN value IS 136 (53.52% from 255) = 24.33%

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 37.21%
G = 24.33%
B = 38.46%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D088D7 (or 0xD088D7) is known color: Orchid. HEX triplet: D0, 88 and D7. RGB value is (208,136,215). Sum of RGB (Red+Green+Blue) = 208+136+215=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #D088D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D7 is #2F7728. Grayscale: #A6A6A6. Windows color (decimal): -3110697 or 14125264. OLE color: 14125264.

HSL color Cylindrical-coordinate representation of color #D088D7: hue angle of 294.68º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D088D7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 136 215 -
CMYK 0.03 0.37 0 0.16
HSL 294.68º 0.5% 0.69% -
HSV(B) 294.68º 0.37% 0.84% -
XYZ 47.08 35.92 68.74 -
YUV 166.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 208 136 215 0.03 0.37 0 0.16 294.68 0.5 0.69
Hex D0 88 D7 3 25 0 10 127 32 45
Octal 320 210 327 3 45 0 20 447 62 105
Binary 11010000 10001000 11010111 11 100101 0 10000 100100111 110010 1000101

Color Harmonies of #D088D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088D7

Black with #D088D7

Text Example


Text Example

White with #D088D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088D7; }

 p { color: rgb(208,136,215); }

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

background-color css

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

 a { background-color: rgb(208,136,215); }

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

border-color css

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

 span { border-color: rgb(208,136,215); }

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