Html Css Color HEX #D083CA Orchid

📋 copy color: '#D083CA'

red 208 ◦ green 131 ◦ blue 202

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

Shades of Orchid #D083CA

Tints of Orchid #D083CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 38.45%
G = 24.21%
B = 37.34%

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

#D083CA (or 0xD083CA) is known color: Orchid. HEX triplet: D0, 83 and CA. RGB value is (208,131,202). Sum of RGB (Red+Green+Blue) = 208+131+202=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CA is #2F7C35. Grayscale: #A1A1A1. Windows color (decimal): -3111990 or 13272016. OLE color: 13272016.

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

Color convert

RGB 208 131 202 -
CMYK 0 0.37 0.03 0.18
HSL 304.68º 0.45% 0.66% -
HSV(B) 304.68º 0.37% 0.82% -
XYZ 44.79 33.91 60.06 -
YUV 162.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 208 131 202 0 0.37 0.03 0.18 304.68 0.45 0.66
Hex D0 83 CA 0 25 3 12 131 2D 42
Octal 320 203 312 0 45 3 22 461 55 102
Binary 11010000 10000011 11001010 0 100101 11 10010 100110001 101101 1000010

Color Harmonies of #D083CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083CA

Black with #D083CA

Text Example


Text Example

White with #D083CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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