Html Css Color HEX #D078CC Orchid

📋 copy color: '#D078CC'

red 208 ◦ green 120 ◦ blue 204

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

Shades of Orchid #D078CC

Tints of Orchid #D078CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.56%

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

R = 39.1%
G = 22.56%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D078CC (or 0xD078CC) is known color: Orchid. HEX triplet: D0, 78 and CC. RGB value is (208,120,204). Sum of RGB (Red+Green+Blue) = 208+120+204=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CC is #2F8733. Grayscale: #9B9B9B. Windows color (decimal): -3114804 or 13400272. OLE color: 13400272.

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

Color convert

RGB 208 120 204 -
CMYK 0 0.42 0.02 0.18
HSL 302.73º 0.48% 0.64% -
HSV(B) 302.73º 0.42% 0.82% -
XYZ 43.63 31.2 60.85 -
YUV 155.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 208 120 204 0 0.42 0.02 0.18 302.73 0.48 0.64
Hex D0 78 CC 0 2A 2 12 12F 30 40
Octal 320 170 314 0 52 2 22 457 60 100
Binary 11010000 1111000 11001100 0 101010 10 10010 100101111 110000 1000000

Color Harmonies of #D078CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078CC

Black with #D078CC

Text Example


Text Example

White with #D078CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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