Html Css Color HEX #D770CC Orchid

📋 copy color: '#D770CC'

red 215 ◦ green 112 ◦ blue 204

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

Shades of Orchid #D770CC

Tints of Orchid #D770CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 40.49%
G = 21.09%
B = 38.42%

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

#D770CC (or 0xD770CC) is known color: Orchid. HEX triplet: D7, 70 and CC. RGB value is (215,112,204). Sum of RGB (Red+Green+Blue) = 215+112+204=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CC is #288F33. Grayscale: #999999. Windows color (decimal): -2658100 or 13398231. OLE color: 13398231.

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

Color convert

RGB 215 112 204 -
CMYK 0 0.48 0.05 0.16
HSL 306.41º 0.56% 0.64% -
HSV(B) 306.41º 0.48% 0.84% -
XYZ 44.72 30.4 60.64 -
YUV 153.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 215 112 204 0 0.48 0.05 0.16 306.41 0.56 0.64
Hex D7 70 CC 0 30 5 10 132 38 40
Octal 327 160 314 0 60 5 20 462 70 100
Binary 11010111 1110000 11001100 0 110000 101 10000 100110010 111000 1000000

Color Harmonies of #D770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770CC

Black with #D770CC

Text Example


Text Example

White with #D770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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