Html Css Color HEX #D077CD Orchid

📋 copy color: '#D077CD'

red 208 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D077CD

Tints of Orchid #D077CD

RGB

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

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

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

R = 39.1%
G = 22.37%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D077CD (or 0xD077CD) is known color: Orchid. HEX triplet: D0, 77 and CD. RGB value is (208,119,205). Sum of RGB (Red+Green+Blue) = 208+119+205=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CD is #2F8832. Grayscale: #9B9B9B. Windows color (decimal): -3115059 or 13465552. OLE color: 13465552.

HSL color Cylindrical-coordinate representation of color #D077CD: hue angle of 302.02º 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 #D077CD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 205 -
CMYK 0 0.43 0.01 0.18
HSL 302.02º 0.49% 0.64% -
HSV(B) 302.02º 0.43% 0.82% -
XYZ 43.63 31.01 61.44 -
YUV 155.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 208 119 205 0 0.43 0.01 0.18 302.02 0.49 0.64
Hex D0 77 CD 0 2B 1 12 12E 31 40
Octal 320 167 315 0 53 1 22 456 61 100
Binary 11010000 1110111 11001101 0 101011 1 10010 100101110 110001 1000000

Color Harmonies of #D077CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077CD

Black with #D077CD

Text Example


Text Example

White with #D077CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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