Html Css Color HEX #D06ABC Orchid

📋 copy color: '#D06ABC'

red 208 ◦ green 106 ◦ blue 188

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

Shades of Orchid #D06ABC

Tints of Orchid #D06ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 41.43%
G = 21.12%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D06ABC (or 0xD06ABC) is known color: Orchid. HEX triplet: D0, 6A and BC. RGB value is (208,106,188). Sum of RGB (Red+Green+Blue) = 208+106+188=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ABC is #2F9543. Grayscale: #919191. Windows color (decimal): -3118404 or 12348112. OLE color: 12348112.

HSL color Cylindrical-coordinate representation of color #D06ABC: hue angle of 311.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ABC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 188 -
CMYK 0 0.49 0.10 0.18
HSL 311.76º 0.52% 0.62% -
HSV(B) 311.76º 0.49% 0.82% -
XYZ 40.24 27.35 50.73 -
YUV 145.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 208 106 188 0 0.49 0.10 0.18 311.76 0.52 0.62
Hex D0 6A BC 0 31 A 12 138 34 3E
Octal 320 152 274 0 61 12 22 470 64 76
Binary 11010000 1101010 10111100 0 110001 1010 10010 100111000 110100 111110

Color Harmonies of #D06ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ABC

Black with #D06ABC

Text Example


Text Example

White with #D06ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ABC; }

 p { color: rgb(208,106,188); }

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

background-color css

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

 a { background-color: rgb(208,106,188); }

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

border-color css

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

 span { border-color: rgb(208,106,188); }

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