Html Css Color HEX #D288CB Orchid

📋 copy color: '#D288CB'

red 210 ◦ green 136 ◦ blue 203

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

Shades of Orchid #D288CB

Tints of Orchid #D288CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 38.25%
G = 24.77%
B = 36.98%

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

#D288CB (or 0xD288CB) is known color: Orchid. HEX triplet: D2, 88 and CB. RGB value is (210,136,203). Sum of RGB (Red+Green+Blue) = 210+136+203=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D288CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288CB is #2D7734. Grayscale: #A5A5A5. Windows color (decimal): -2979637 or 13338834. OLE color: 13338834.

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

Color convert

RGB 210 136 203 -
CMYK 0 0.35 0.03 0.18
HSL 305.68º 0.45% 0.68% -
HSV(B) 305.68º 0.35% 0.82% -
XYZ 46.16 35.62 60.94 -
YUV 165.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 210 136 203 0 0.35 0.03 0.18 305.68 0.45 0.68
Hex D2 88 CB 0 23 3 12 132 2D 44
Octal 322 210 313 0 43 3 22 462 55 104
Binary 11010010 10001000 11001011 0 100011 11 10010 100110010 101101 1000100

Color Harmonies of #D288CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288CB

Black with #D288CB

Text Example


Text Example

White with #D288CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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