Html Css Color HEX #D07ACC Orchid

📋 copy color: '#D07ACC'

red 208 ◦ green 122 ◦ blue 204

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

Shades of Orchid #D07ACC

Tints of Orchid #D07ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 38.95%
G = 22.85%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D07ACC (or 0xD07ACC) is known color: Orchid. HEX triplet: D0, 7A and CC. RGB value is (208,122,204). Sum of RGB (Red+Green+Blue) = 208+122+204=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACC is #2F8533. Grayscale: #9C9C9C. Windows color (decimal): -3114292 or 13400784. OLE color: 13400784.

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

Color convert

RGB 208 122 204 -
CMYK 0 0.41 0.02 0.18
HSL 302.79º 0.48% 0.65% -
HSV(B) 302.79º 0.41% 0.82% -
XYZ 43.87 31.69 60.93 -
YUV 157.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 208 122 204 0 0.41 0.02 0.18 302.79 0.48 0.65
Hex D0 7A CC 0 29 2 12 12F 30 41
Octal 320 172 314 0 51 2 22 457 60 101
Binary 11010000 1111010 11001100 0 101001 10 10010 100101111 110000 1000001

Color Harmonies of #D07ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ACC

Black with #D07ACC

Text Example


Text Example

White with #D07ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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