Html Css Color HEX #D07ACB Orchid

📋 copy color: '#D07ACB'

red 208 ◦ green 122 ◦ blue 203

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

Shades of Orchid #D07ACB

Tints of Orchid #D07ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 39.02%
G = 22.89%
B = 38.09%

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

#D07ACB (or 0xD07ACB) is known color: Orchid. HEX triplet: D0, 7A and CB. RGB value is (208,122,203). Sum of RGB (Red+Green+Blue) = 208+122+203=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACB is #2F8534. Grayscale: #9C9C9C. Windows color (decimal): -3114293 or 13335248. OLE color: 13335248.

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

Color convert

RGB 208 122 203 -
CMYK 0 0.41 0.02 0.18
HSL 303.49º 0.48% 0.65% -
HSV(B) 303.49º 0.41% 0.82% -
XYZ 43.75 31.64 60.3 -
YUV 156.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 208 122 203 0 0.41 0.02 0.18 303.49 0.48 0.65
Hex D0 7A CB 0 29 2 12 12F 30 41
Octal 320 172 313 0 51 2 22 457 60 101
Binary 11010000 1111010 11001011 0 101001 10 10010 100101111 110000 1000001

Color Harmonies of #D07ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ACB

Black with #D07ACB

Text Example


Text Example

White with #D07ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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