Html Css Color HEX #D188CA Orchid

📋 copy color: '#D188CA'

red 209 ◦ green 136 ◦ blue 202

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

Shades of Orchid #D188CA

Tints of Orchid #D188CA

RGB

 RED value IS 209 (82.03% from 255) = 38.21%

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 38.21%
G = 24.86%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D188CA (or 0xD188CA) is known color: Orchid. HEX triplet: D1, 88 and CA. RGB value is (209,136,202). Sum of RGB (Red+Green+Blue) = 209+136+202=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CA is #2E7735. Grayscale: #A5A5A5. Windows color (decimal): -3045174 or 13273297. OLE color: 13273297.

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

Color convert

RGB 209 136 202 -
CMYK 0 0.35 0.03 0.18
HSL 305.75º 0.44% 0.68% -
HSV(B) 305.75º 0.35% 0.82% -
XYZ 45.76 35.43 60.3 -
YUV 165.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 209 136 202 0 0.35 0.03 0.18 305.75 0.44 0.68
Hex D1 88 CA 0 23 3 12 132 2C 44
Octal 321 210 312 0 43 3 22 462 54 104
Binary 11010001 10001000 11001010 0 100011 11 10010 100110010 101100 1000100

Color Harmonies of #D188CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188CA

Black with #D188CA

Text Example


Text Example

White with #D188CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188CA; }

 p { color: rgb(209,136,202); }

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

background-color css

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

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

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

border-color css

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

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

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