Html Css Color HEX #D078CA Orchid

📋 copy color: '#D078CA'

red 208 ◦ green 120 ◦ blue 202

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

Shades of Orchid #D078CA

Tints of Orchid #D078CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 39.25%
G = 22.64%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D078CA (or 0xD078CA) is known color: Orchid. HEX triplet: D0, 78 and CA. RGB value is (208,120,202). Sum of RGB (Red+Green+Blue) = 208+120+202=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CA is #2F8735. Grayscale: #9B9B9B. Windows color (decimal): -3114806 or 13269200. OLE color: 13269200.

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

Color convert

RGB 208 120 202 -
CMYK 0 0.42 0.03 0.18
HSL 304.09º 0.48% 0.64% -
HSV(B) 304.09º 0.42% 0.82% -
XYZ 43.39 31.11 59.59 -
YUV 155.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 208 120 202 0 0.42 0.03 0.18 304.09 0.48 0.64
Hex D0 78 CA 0 2A 3 12 130 30 40
Octal 320 170 312 0 52 3 22 460 60 100
Binary 11010000 1111000 11001010 0 101010 11 10010 100110000 110000 1000000

Color Harmonies of #D078CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078CA

Black with #D078CA

Text Example


Text Example

White with #D078CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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