Html Css Color HEX #D075D1 Orchid

📋 copy color: '#D075D1'

red 208 ◦ green 117 ◦ blue 209

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

Shades of Orchid #D075D1

Tints of Orchid #D075D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.91%

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 38.95%
G = 21.91%
B = 39.14%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D075D1 (or 0xD075D1) is known color: Orchid. HEX triplet: D0, 75 and D1. RGB value is (208,117,209). Sum of RGB (Red+Green+Blue) = 208+117+209=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #D075D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075D1 is #2F8A2E. Grayscale: #9A9A9A. Windows color (decimal): -3115567 or 13727184. OLE color: 13727184.

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

Color convert

RGB 208 117 209 -
CMYK 0.00 0.44 0 0.18
HSL 299.35º 0.5% 0.64% -
HSV(B) 299.35º 0.44% 0.82% -
XYZ 43.88 30.74 63.94 -
YUV 154.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 208 117 209 0.00 0.44 0 0.18 299.35 0.5 0.64
Hex D0 75 D1 0 2C 0 12 12B 32 40
Octal 320 165 321 0 54 0 22 453 62 100
Binary 11010000 1110101 11010001 0 101100 0 10010 100101011 110010 1000000

Color Harmonies of #D075D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075D1

Black with #D075D1

Text Example


Text Example

White with #D075D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075D1; }

 p { color: rgb(208,117,209); }

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

background-color css

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

 a { background-color: rgb(208,117,209); }

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

border-color css

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

 span { border-color: rgb(208,117,209); }

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