Html Css Color HEX #D075D5 Orchid

📋 copy color: '#D075D5'

red 208 ◦ green 117 ◦ blue 213

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

Shades of Orchid #D075D5

Tints of Orchid #D075D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 38.66%
G = 21.75%
B = 39.59%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D075D5 (or 0xD075D5) is known color: Orchid. HEX triplet: D0, 75 and D5. RGB value is (208,117,213). Sum of RGB (Red+Green+Blue) = 208+117+213=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #D075D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075D5 is #2F8A2A. Grayscale: #9A9A9A. Windows color (decimal): -3115563 or 13989328. OLE color: 13989328.

HSL color Cylindrical-coordinate representation of color #D075D5: hue angle of 296.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D075D5 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 117 213 -
CMYK 0.02 0.45 0 0.16
HSL 296.88º 0.53% 0.65% -
HSV(B) 296.88º 0.45% 0.84% -
XYZ 44.38 30.94 66.58 -
YUV 155.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 208 117 213 0.02 0.45 0 0.16 296.88 0.53 0.65
Hex D0 75 D5 2 2D 0 10 129 35 41
Octal 320 165 325 2 55 0 20 451 65 101
Binary 11010000 1110101 11010101 10 101101 0 10000 100101001 110101 1000001

Color Harmonies of #D075D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075D5

Black with #D075D5

Text Example


Text Example

White with #D075D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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