Html Css Color HEX #D086CB Orchid

📋 copy color: '#D086CB'

red 208 ◦ green 134 ◦ blue 203

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

Shades of Orchid #D086CB

Tints of Orchid #D086CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.59%

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

R = 38.17%
G = 24.59%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D086CB (or 0xD086CB) is known color: Orchid. HEX triplet: D0, 86 and CB. RGB value is (208,134,203). Sum of RGB (Red+Green+Blue) = 208+134+203=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D086CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086CB is #2F7934. Grayscale: #A3A3A3. Windows color (decimal): -3111221 or 13338320. OLE color: 13338320.

HSL color Cylindrical-coordinate representation of color #D086CB: hue angle of 304.05º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086CB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 203 -
CMYK 0 0.36 0.02 0.18
HSL 304.05º 0.44% 0.67% -
HSV(B) 304.05º 0.36% 0.82% -
XYZ 45.32 34.77 60.82 -
YUV 163.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 208 134 203 0 0.36 0.02 0.18 304.05 0.44 0.67
Hex D0 86 CB 0 24 2 12 130 2C 43
Octal 320 206 313 0 44 2 22 460 54 103
Binary 11010000 10000110 11001011 0 100100 10 10010 100110000 101100 1000011

Color Harmonies of #D086CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086CB

Black with #D086CB

Text Example


Text Example

White with #D086CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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