Html Css Color HEX #D770CD Orchid

📋 copy color: '#D770CD'

red 215 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D770CD

Tints of Orchid #D770CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 40.41%
G = 21.05%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D770CD (or 0xD770CD) is known color: Orchid. HEX triplet: D7, 70 and CD. RGB value is (215,112,205). Sum of RGB (Red+Green+Blue) = 215+112+205=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CD is #288F32. Grayscale: #999999. Windows color (decimal): -2658099 or 13463767. OLE color: 13463767.

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

Color convert

RGB 215 112 205 -
CMYK 0 0.48 0.05 0.16
HSL 305.83º 0.56% 0.64% -
HSV(B) 305.83º 0.48% 0.84% -
XYZ 44.84 30.44 61.27 -
YUV 153.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 215 112 205 0 0.48 0.05 0.16 305.83 0.56 0.64
Hex D7 70 CD 0 30 5 10 132 38 40
Octal 327 160 315 0 60 5 20 462 70 100
Binary 11010111 1110000 11001101 0 110000 101 10000 100110010 111000 1000000

Color Harmonies of #D770CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770CD

Black with #D770CD

Text Example


Text Example

White with #D770CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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