Html Css Color HEX #D083C9 Orchid

📋 copy color: '#D083C9'

red 208 ◦ green 131 ◦ blue 201

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

Shades of Orchid #D083C9

Tints of Orchid #D083C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 38.52%
G = 24.26%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D083C9 (or 0xD083C9) is known color: Orchid. HEX triplet: D0, 83 and C9. RGB value is (208,131,201). Sum of RGB (Red+Green+Blue) = 208+131+201=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C9 is #2F7C36. Grayscale: #A1A1A1. Windows color (decimal): -3111991 or 13206480. OLE color: 13206480.

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

Color convert

RGB 208 131 201 -
CMYK 0 0.37 0.03 0.18
HSL 305.45º 0.45% 0.66% -
HSV(B) 305.45º 0.37% 0.82% -
XYZ 44.67 33.86 59.44 -
YUV 162 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 208 131 201 0 0.37 0.03 0.18 305.45 0.45 0.66
Hex D0 83 C9 0 25 3 12 131 2D 42
Octal 320 203 311 0 45 3 22 461 55 102
Binary 11010000 10000011 11001001 0 100101 11 10010 100110001 101101 1000010

Color Harmonies of #D083C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083C9

Black with #D083C9

Text Example


Text Example

White with #D083C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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