Html Css Color HEX #D075C7 Orchid

📋 copy color: '#D075C7'

red 208 ◦ green 117 ◦ blue 199

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

Shades of Orchid #D075C7

Tints of Orchid #D075C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 39.69%
G = 22.33%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D075C7 (or 0xD075C7) is known color: Orchid. HEX triplet: D0, 75 and C7. RGB value is (208,117,199). Sum of RGB (Red+Green+Blue) = 208+117+199=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D075C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075C7 is #2F8A38. Grayscale: #999999. Windows color (decimal): -3115577 or 13071824. OLE color: 13071824.

HSL color Cylindrical-coordinate representation of color #D075C7: hue angle of 305.93º degrees, saturation: 0.49, 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 #D075C7 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 199 -
CMYK 0 0.44 0.04 0.18
HSL 305.93º 0.49% 0.64% -
HSV(B) 305.93º 0.44% 0.82% -
XYZ 42.68 30.26 57.62 -
YUV 153.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 208 117 199 0 0.44 0.04 0.18 305.93 0.49 0.64
Hex D0 75 C7 0 2C 4 12 132 31 40
Octal 320 165 307 0 54 4 22 462 61 100
Binary 11010000 1110101 11000111 0 101100 100 10010 100110010 110001 1000000

Color Harmonies of #D075C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075C7

Black with #D075C7

Text Example


Text Example

White with #D075C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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