Html Css Color HEX #D288CF Orchid

📋 copy color: '#D288CF'

red 210 ◦ green 136 ◦ blue 207

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

Shades of Orchid #D288CF

Tints of Orchid #D288CF

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

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

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

R = 37.97%
G = 24.59%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D288CF (or 0xD288CF) is known color: Orchid. HEX triplet: D2, 88 and CF. RGB value is (210,136,207). Sum of RGB (Red+Green+Blue) = 210+136+207=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D288CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288CF is #2D7730. Grayscale: #A6A6A6. Windows color (decimal): -2979633 or 13600978. OLE color: 13600978.

HSL color Cylindrical-coordinate representation of color #D288CF: hue angle of 302.43º degrees, saturation: 0.45, 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 #D288CF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 207 -
CMYK 0 0.35 0.01 0.18
HSL 302.43º 0.45% 0.68% -
HSV(B) 302.43º 0.35% 0.82% -
XYZ 46.64 35.81 63.49 -
YUV 166.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 210 136 207 0 0.35 0.01 0.18 302.43 0.45 0.68
Hex D2 88 CF 0 23 1 12 12E 2D 44
Octal 322 210 317 0 43 1 22 456 55 104
Binary 11010010 10001000 11001111 0 100011 1 10010 100101110 101101 1000100

Color Harmonies of #D288CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288CF

Black with #D288CF

Text Example


Text Example

White with #D288CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288CF; }

 p { color: rgb(210,136,207); }

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

background-color css

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

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

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

border-color css

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

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

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