Html Css Color HEX #D770CE Orchid

📋 copy color: '#D770CE'

red 215 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D770CE

Tints of Orchid #D770CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 40.34%
G = 21.01%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D770CE (or 0xD770CE) is known color: Orchid. HEX triplet: D7, 70 and CE. RGB value is (215,112,206). Sum of RGB (Red+Green+Blue) = 215+112+206=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CE is #288F31. Grayscale: #999999. Windows color (decimal): -2658098 or 13529303. OLE color: 13529303.

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

Color convert

RGB 215 112 206 -
CMYK 0 0.48 0.04 0.16
HSL 305.24º 0.56% 0.64% -
HSV(B) 305.24º 0.48% 0.84% -
XYZ 44.96 30.49 61.91 -
YUV 153.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 215 112 206 0 0.48 0.04 0.16 305.24 0.56 0.64
Hex D7 70 CE 0 30 4 10 131 38 40
Octal 327 160 316 0 60 4 20 461 70 100
Binary 11010111 1110000 11001110 0 110000 100 10000 100110001 111000 1000000

Color Harmonies of #D770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770CE

Black with #D770CE

Text Example


Text Example

White with #D770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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