Html Css Color HEX #D076CA Orchid

📋 copy color: '#D076CA'

red 208 ◦ green 118 ◦ blue 202

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

Shades of Orchid #D076CA

Tints of Orchid #D076CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 39.39%
G = 22.35%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D076CA (or 0xD076CA) is known color: Orchid. HEX triplet: D0, 76 and CA. RGB value is (208,118,202). Sum of RGB (Red+Green+Blue) = 208+118+202=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D076CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076CA is #2F8935. Grayscale: #9A9A9A. Windows color (decimal): -3115318 or 13268688. OLE color: 13268688.

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

Color convert

RGB 208 118 202 -
CMYK 0 0.43 0.03 0.18
HSL 304º 0.49% 0.64% -
HSV(B) 304º 0.43% 0.82% -
XYZ 43.15 30.63 59.52 -
YUV 154.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 208 118 202 0 0.43 0.03 0.18 304 0.49 0.64
Hex D0 76 CA 0 2B 3 12 130 31 40
Octal 320 166 312 0 53 3 22 460 61 100
Binary 11010000 1110110 11001010 0 101011 11 10010 100110000 110001 1000000

Color Harmonies of #D076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076CA

Black with #D076CA

Text Example


Text Example

White with #D076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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