Html Css Color HEX #D083CC Orchid

📋 copy color: '#D083CC'

red 208 ◦ green 131 ◦ blue 204

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

Shades of Orchid #D083CC

Tints of Orchid #D083CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 38.31%
G = 24.13%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D083CC (or 0xD083CC) is known color: Orchid. HEX triplet: D0, 83 and CC. RGB value is (208,131,204). Sum of RGB (Red+Green+Blue) = 208+131+204=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CC is #2F7C33. Grayscale: #A2A2A2. Windows color (decimal): -3111988 or 13403088. OLE color: 13403088.

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

Color convert

RGB 208 131 204 -
CMYK 0 0.37 0.02 0.18
HSL 303.12º 0.45% 0.66% -
HSV(B) 303.12º 0.37% 0.82% -
XYZ 45.03 34 61.32 -
YUV 162.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 208 131 204 0 0.37 0.02 0.18 303.12 0.45 0.66
Hex D0 83 CC 0 25 2 12 12F 2D 42
Octal 320 203 314 0 45 2 22 457 55 102
Binary 11010000 10000011 11001100 0 100101 10 10010 100101111 101101 1000010

Color Harmonies of #D083CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083CC

Black with #D083CC

Text Example


Text Example

White with #D083CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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