Html Css Color HEX #D770C2 Orchid

📋 copy color: '#D770C2'

red 215 ◦ green 112 ◦ blue 194

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

Shades of Orchid #D770C2

Tints of Orchid #D770C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 41.27%
G = 21.5%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D770C2 (or 0xD770C2) is known color: Orchid. HEX triplet: D7, 70 and C2. RGB value is (215,112,194). Sum of RGB (Red+Green+Blue) = 215+112+194=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C2 is #288F3D. Grayscale: #979797. Windows color (decimal): -2658110 or 12742871. OLE color: 12742871.

HSL color Cylindrical-coordinate representation of color #D770C2: hue angle of 312.23º 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 #D770C2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 194 -
CMYK 0 0.48 0.10 0.16
HSL 312.23º 0.56% 0.64% -
HSV(B) 312.23º 0.48% 0.84% -
XYZ 43.56 29.93 54.52 -
YUV 152.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 215 112 194 0 0.48 0.10 0.16 312.23 0.56 0.64
Hex D7 70 C2 0 30 A 10 138 38 40
Octal 327 160 302 0 60 12 20 470 70 100
Binary 11010111 1110000 11000010 0 110000 1010 10000 100111000 111000 1000000

Color Harmonies of #D770C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770C2

Black with #D770C2

Text Example


Text Example

White with #D770C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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