Html Css Color HEX #D288CD Orchid

📋 copy color: '#D288CD'

red 210 ◦ green 136 ◦ blue 205

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

Shades of Orchid #D288CD

Tints of Orchid #D288CD

RGB

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

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

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

R = 38.11%
G = 24.68%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D288CD (or 0xD288CD) is known color: Orchid. HEX triplet: D2, 88 and CD. RGB value is (210,136,205). Sum of RGB (Red+Green+Blue) = 210+136+205=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D288CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288CD is #2D7732. Grayscale: #A5A5A5. Windows color (decimal): -2979635 or 13469906. OLE color: 13469906.

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

Color convert

RGB 210 136 205 -
CMYK 0 0.35 0.02 0.18
HSL 304.05º 0.45% 0.68% -
HSV(B) 304.05º 0.35% 0.82% -
XYZ 46.4 35.72 62.21 -
YUV 165.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 210 136 205 0 0.35 0.02 0.18 304.05 0.45 0.68
Hex D2 88 CD 0 23 2 12 130 2D 44
Octal 322 210 315 0 43 2 22 460 55 104
Binary 11010010 10001000 11001101 0 100011 10 10010 100110000 101101 1000100

Color Harmonies of #D288CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288CD

Black with #D288CD

Text Example


Text Example

White with #D288CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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