Html Css Color HEX #D780CB Orchid

📋 copy color: '#D780CB'

red 215 ◦ green 128 ◦ blue 203

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

Shades of Orchid #D780CB

Tints of Orchid #D780CB

RGB

 RED value IS 215 (84.38% from 255) = 39.38%

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

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

R = 39.38%
G = 23.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D780CB (or 0xD780CB) is known color: Orchid. HEX triplet: D7, 80 and CB. RGB value is (215,128,203). Sum of RGB (Red+Green+Blue) = 215+128+203=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CB is #287F34. Grayscale: #A2A2A2. Windows color (decimal): -2654005 or 13336791. OLE color: 13336791.

HSL color Cylindrical-coordinate representation of color #D780CB: hue angle of 308.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780CB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 203 -
CMYK 0 0.40 0.06 0.16
HSL 308.28º 0.52% 0.67% -
HSV(B) 308.28º 0.4% 0.84% -
XYZ 46.52 34.2 60.65 -
YUV 162.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 215 128 203 0 0.40 0.06 0.16 308.28 0.52 0.67
Hex D7 80 CB 0 28 6 10 134 34 43
Octal 327 200 313 0 50 6 20 464 64 103
Binary 11010111 10000000 11001011 0 101000 110 10000 100110100 110100 1000011

Color Harmonies of #D780CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780CB

Black with #D780CB

Text Example


Text Example

White with #D780CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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