Html Css Color HEX #D083C7 Orchid

📋 copy color: '#D083C7'

red 208 ◦ green 131 ◦ blue 199

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

Shades of Orchid #D083C7

Tints of Orchid #D083C7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.35%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 38.66%
G = 24.35%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D083C7 (or 0xD083C7) is known color: Orchid. HEX triplet: D0, 83 and C7. RGB value is (208,131,199). Sum of RGB (Red+Green+Blue) = 208+131+199=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C7 is #2F7C38. Grayscale: #A1A1A1. Windows color (decimal): -3111993 or 13075408. OLE color: 13075408.

HSL color Cylindrical-coordinate representation of color #D083C7: hue angle of 307.01º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083C7 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 199 -
CMYK 0 0.37 0.04 0.18
HSL 307.01º 0.45% 0.66% -
HSV(B) 307.01º 0.37% 0.82% -
XYZ 44.44 33.77 58.21 -
YUV 161.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 208 131 199 0 0.37 0.04 0.18 307.01 0.45 0.66
Hex D0 83 C7 0 25 4 12 133 2D 42
Octal 320 203 307 0 45 4 22 463 55 102
Binary 11010000 10000011 11000111 0 100101 100 10010 100110011 101101 1000010

Color Harmonies of #D083C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083C7

Black with #D083C7

Text Example


Text Example

White with #D083C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083C7; }

 p { color: rgb(208,131,199); }

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

background-color css

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

 a { background-color: rgb(208,131,199); }

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

border-color css

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

 span { border-color: rgb(208,131,199); }

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