Html Css Color HEX #D088D0 Orchid

📋 copy color: '#D088D0'

red 208 ◦ green 136 ◦ blue 208

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

Shades of Orchid #D088D0

Tints of Orchid #D088D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 37.68%
G = 24.64%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D088D0 (or 0xD088D0) is known color: Orchid. HEX triplet: D0, 88 and D0. RGB value is (208,136,208). Sum of RGB (Red+Green+Blue) = 208+136+208=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D088D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D0 is #2F772F. Grayscale: #A5A5A5. Windows color (decimal): -3110704 or 13666512. OLE color: 13666512.

HSL color Cylindrical-coordinate representation of color #D088D0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088D0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 208 -
CMYK 0 0.35 0 0.18
HSL 300º 0.43% 0.67% -
HSV(B) 300º 0.35% 0.82% -
XYZ 46.2 35.57 64.11 -
YUV 165.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 208 136 208 0 0.35 0 0.18 300 0.43 0.67
Hex D0 88 D0 0 23 0 12 12C 2B 43
Octal 320 210 320 0 43 0 22 454 53 103
Binary 11010000 10001000 11010000 0 100011 0 10010 100101100 101011 1000011

Color Harmonies of #D088D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088D0

Black with #D088D0

Text Example


Text Example

White with #D088D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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