Html Css Color HEX #D280CB Orchid

📋 copy color: '#D280CB'

red 210 ◦ green 128 ◦ blue 203

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

Shades of Orchid #D280CB

Tints of Orchid #D280CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.66%

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

R = 38.82%
G = 23.66%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D280CB (or 0xD280CB) is known color: Orchid. HEX triplet: D2, 80 and CB. RGB value is (210,128,203). Sum of RGB (Red+Green+Blue) = 210+128+203=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CB is #2D7F34. Grayscale: #A0A0A0. Windows color (decimal): -2981685 or 13336786. OLE color: 13336786.

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

Color convert

RGB 210 128 203 -
CMYK 0 0.39 0.03 0.18
HSL 305.12º 0.48% 0.66% -
HSV(B) 305.12º 0.39% 0.82% -
XYZ 45.08 33.45 60.58 -
YUV 161.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 210 128 203 0 0.39 0.03 0.18 305.12 0.48 0.66
Hex D2 80 CB 0 27 3 12 131 30 42
Octal 322 200 313 0 47 3 22 461 60 102
Binary 11010010 10000000 11001011 0 100111 11 10010 100110001 110000 1000010

Color Harmonies of #D280CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280CB

Black with #D280CB

Text Example


Text Example

White with #D280CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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