Html Css Color HEX #D07AC7 Orchid

📋 copy color: '#D07AC7'

red 208 ◦ green 122 ◦ blue 199

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

Shades of Orchid #D07AC7

Tints of Orchid #D07AC7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

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

R = 39.32%
G = 23.06%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D07AC7 (or 0xD07AC7) is known color: Orchid. HEX triplet: D0, 7A and C7. RGB value is (208,122,199). Sum of RGB (Red+Green+Blue) = 208+122+199=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AC7 is #2F8538. Grayscale: #9C9C9C. Windows color (decimal): -3114297 or 13073104. OLE color: 13073104.

HSL color Cylindrical-coordinate representation of color #D07AC7: hue angle of 306.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07AC7 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 199 -
CMYK 0 0.41 0.04 0.18
HSL 306.28º 0.48% 0.65% -
HSV(B) 306.28º 0.41% 0.82% -
XYZ 43.28 31.45 57.82 -
YUV 156.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 208 122 199 0 0.41 0.04 0.18 306.28 0.48 0.65
Hex D0 7A C7 0 29 4 12 132 30 41
Octal 320 172 307 0 51 4 22 462 60 101
Binary 11010000 1111010 11000111 0 101001 100 10010 100110010 110000 1000001

Color Harmonies of #D07AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AC7

Black with #D07AC7

Text Example


Text Example

White with #D07AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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