Html Css Color HEX #D287CB Orchid

📋 copy color: '#D287CB'

red 210 ◦ green 135 ◦ blue 203

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

Shades of Orchid #D287CB

Tints of Orchid #D287CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.64%

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

R = 38.32%
G = 24.64%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D287CB (or 0xD287CB) is known color: Orchid. HEX triplet: D2, 87 and CB. RGB value is (210,135,203). Sum of RGB (Red+Green+Blue) = 210+135+203=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CB is #2D7834. Grayscale: #A4A4A4. Windows color (decimal): -2979893 or 13338578. OLE color: 13338578.

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

Color convert

RGB 210 135 203 -
CMYK 0 0.36 0.03 0.18
HSL 305.6º 0.45% 0.68% -
HSV(B) 305.6º 0.36% 0.82% -
XYZ 46.02 35.34 60.9 -
YUV 165.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 210 135 203 0 0.36 0.03 0.18 305.6 0.45 0.68
Hex D2 87 CB 0 24 3 12 132 2D 44
Octal 322 207 313 0 44 3 22 462 55 104
Binary 11010010 10000111 11001011 0 100100 11 10010 100110010 101101 1000100

Color Harmonies of #D287CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287CB

Black with #D287CB

Text Example


Text Example

White with #D287CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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