Html Css Color HEX #D06DC5 Orchid

📋 copy color: '#D06DC5'

red 208 ◦ green 109 ◦ blue 197

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

Shades of Orchid #D06DC5

Tints of Orchid #D06DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 40.47%
G = 21.21%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D06DC5 (or 0xD06DC5) is known color: Orchid. HEX triplet: D0, 6D and C5. RGB value is (208,109,197). Sum of RGB (Red+Green+Blue) = 208+109+197=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DC5 is #2F923A. Grayscale: #949494. Windows color (decimal): -3117627 or 12938704. OLE color: 12938704.

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

Color convert

RGB 208 109 197 -
CMYK 0 0.48 0.05 0.18
HSL 306.67º 0.51% 0.62% -
HSV(B) 306.67º 0.48% 0.82% -
XYZ 41.56 28.38 56.11 -
YUV 148.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 208 109 197 0 0.48 0.05 0.18 306.67 0.51 0.62
Hex D0 6D C5 0 30 5 12 133 33 3E
Octal 320 155 305 0 60 5 22 463 63 76
Binary 11010000 1101101 11000101 0 110000 101 10010 100110011 110011 111110

Color Harmonies of #D06DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DC5

Black with #D06DC5

Text Example


Text Example

White with #D06DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DC5; }

 p { color: rgb(208,109,197); }

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

background-color css

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

 a { background-color: rgb(208,109,197); }

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

border-color css

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

 span { border-color: rgb(208,109,197); }

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