Html Css Color HEX #D077CC Orchid

📋 copy color: '#D077CC'

red 208 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D077CC

Tints of Orchid #D077CC

RGB

 RED value IS 208 (81.64% from 255) = 39.17%

 GREEN value IS 119 (46.88% from 255) = 22.41%

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

R = 39.17%
G = 22.41%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D077CC (or 0xD077CC) is known color: Orchid. HEX triplet: D0, 77 and CC. RGB value is (208,119,204). Sum of RGB (Red+Green+Blue) = 208+119+204=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CC is #2F8833. Grayscale: #9B9B9B. Windows color (decimal): -3115060 or 13400016. OLE color: 13400016.

HSL color Cylindrical-coordinate representation of color #D077CC: hue angle of 302.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077CC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 204 -
CMYK 0 0.43 0.02 0.18
HSL 302.7º 0.49% 0.64% -
HSV(B) 302.7º 0.43% 0.82% -
XYZ 43.51 30.96 60.81 -
YUV 155.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 208 119 204 0 0.43 0.02 0.18 302.7 0.49 0.64
Hex D0 77 CC 0 2B 2 12 12F 31 40
Octal 320 167 314 0 53 2 22 457 61 100
Binary 11010000 1110111 11001100 0 101011 10 10010 100101111 110001 1000000

Color Harmonies of #D077CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077CC

Black with #D077CC

Text Example


Text Example

White with #D077CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077CC; }

 p { color: rgb(208,119,204); }

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

background-color css

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

 a { background-color: rgb(208,119,204); }

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

border-color css

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

 span { border-color: rgb(208,119,204); }

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