Html Css Color HEX #D07ACF Orchid

📋 copy color: '#D07ACF'

red 208 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D07ACF

Tints of Orchid #D07ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 38.73%
G = 22.72%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D07ACF (or 0xD07ACF) is known color: Orchid. HEX triplet: D0, 7A and CF. RGB value is (208,122,207). Sum of RGB (Red+Green+Blue) = 208+122+207=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACF is #2F8530. Grayscale: #9D9D9D. Windows color (decimal): -3114289 or 13597392. OLE color: 13597392.

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

Color convert

RGB 208 122 207 -
CMYK 0 0.41 0.00 0.18
HSL 300.7º 0.48% 0.65% -
HSV(B) 300.7º 0.41% 0.82% -
XYZ 44.23 31.83 62.84 -
YUV 157.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 208 122 207 0 0.41 0.00 0.18 300.7 0.48 0.65
Hex D0 7A CF 0 29 0 12 12D 30 41
Octal 320 172 317 0 51 0 22 455 60 101
Binary 11010000 1111010 11001111 0 101001 0 10010 100101101 110000 1000001

Color Harmonies of #D07ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ACF

Black with #D07ACF

Text Example


Text Example

White with #D07ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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