Html Css Color HEX #D06BC5 Orchid

📋 copy color: '#D06BC5'

red 208 ◦ green 107 ◦ blue 197

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

Shades of Orchid #D06BC5

Tints of Orchid #D06BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 40.63%
G = 20.9%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D06BC5 (or 0xD06BC5) is known color: Orchid. HEX triplet: D0, 6B and C5. RGB value is (208,107,197). Sum of RGB (Red+Green+Blue) = 208+107+197=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BC5 is #2F943A. Grayscale: #939393. Windows color (decimal): -3118139 or 12938192. OLE color: 12938192.

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

Color convert

RGB 208 107 197 -
CMYK 0 0.49 0.05 0.18
HSL 306.53º 0.52% 0.62% -
HSV(B) 306.53º 0.49% 0.82% -
XYZ 41.35 27.96 56.04 -
YUV 147.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 208 107 197 0 0.49 0.05 0.18 306.53 0.52 0.62
Hex D0 6B C5 0 31 5 12 133 34 3E
Octal 320 153 305 0 61 5 22 463 64 76
Binary 11010000 1101011 11000101 0 110001 101 10010 100110011 110100 111110

Color Harmonies of #D06BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BC5

Black with #D06BC5

Text Example


Text Example

White with #D06BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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