Html Css Color HEX #D06BBE Orchid

📋 copy color: '#D06BBE'

red 208 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D06BBE

Tints of Orchid #D06BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 41.19%
G = 21.19%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D06BBE (or 0xD06BBE) is known color: Orchid. HEX triplet: D0, 6B and BE. RGB value is (208,107,190). Sum of RGB (Red+Green+Blue) = 208+107+190=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BBE is #2F9441. Grayscale: #929292. Windows color (decimal): -3118146 or 12479440. OLE color: 12479440.

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

Color convert

RGB 208 107 190 -
CMYK 0 0.49 0.09 0.18
HSL 310.69º 0.52% 0.62% -
HSV(B) 310.69º 0.49% 0.82% -
XYZ 40.56 27.64 51.91 -
YUV 146.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 208 107 190 0 0.49 0.09 0.18 310.69 0.52 0.62
Hex D0 6B BE 0 31 9 12 137 34 3E
Octal 320 153 276 0 61 11 22 467 64 76
Binary 11010000 1101011 10111110 0 110001 1001 10010 100110111 110100 111110

Color Harmonies of #D06BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BBE

Black with #D06BBE

Text Example


Text Example

White with #D06BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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