Html Css Color HEX #D770C8 Orchid

📋 copy color: '#D770C8'

red 215 ◦ green 112 ◦ blue 200

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

Shades of Orchid #D770C8

Tints of Orchid #D770C8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.25%

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 40.8%
G = 21.25%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D770C8 (or 0xD770C8) is known color: Orchid. HEX triplet: D7, 70 and C8. RGB value is (215,112,200). Sum of RGB (Red+Green+Blue) = 215+112+200=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C8 is #288F37. Grayscale: #989898. Windows color (decimal): -2658104 or 13136087. OLE color: 13136087.

HSL color Cylindrical-coordinate representation of color #D770C8: hue angle of 308.74º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770C8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 200 -
CMYK 0 0.48 0.07 0.16
HSL 308.74º 0.56% 0.64% -
HSV(B) 308.74º 0.48% 0.84% -
XYZ 44.24 30.21 58.14 -
YUV 152.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 215 112 200 0 0.48 0.07 0.16 308.74 0.56 0.64
Hex D7 70 C8 0 30 7 10 135 38 40
Octal 327 160 310 0 60 7 20 465 70 100
Binary 11010111 1110000 11001000 0 110000 111 10000 100110101 111000 1000000

Color Harmonies of #D770C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770C8

Black with #D770C8

Text Example


Text Example

White with #D770C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770C8; }

 p { color: rgb(215,112,200); }

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

background-color css

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

 a { background-color: rgb(215,112,200); }

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

border-color css

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

 span { border-color: rgb(215,112,200); }

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