Html Css Color HEX #D083D4 Orchid

📋 copy color: '#D083D4'

red 208 ◦ green 131 ◦ blue 212

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

Shades of Orchid #D083D4

Tints of Orchid #D083D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 37.75%
G = 23.77%
B = 38.48%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D083D4 (or 0xD083D4) is known color: Orchid. HEX triplet: D0, 83 and D4. RGB value is (208,131,212). Sum of RGB (Red+Green+Blue) = 208+131+212=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #D083D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D4 is #2F7C2B. Grayscale: #A3A3A3. Windows color (decimal): -3111980 or 13927376. OLE color: 13927376.

HSL color Cylindrical-coordinate representation of color #D083D4: hue angle of 297.04º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D083D4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 131 212 -
CMYK 0.02 0.38 0 0.17
HSL 297.04º 0.49% 0.67% -
HSV(B) 297.04º 0.38% 0.83% -
XYZ 46.01 34.4 66.5 -
YUV 163.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 208 131 212 0.02 0.38 0 0.17 297.04 0.49 0.67
Hex D0 83 D4 2 26 0 11 129 31 43
Octal 320 203 324 2 46 0 21 451 61 103
Binary 11010000 10000011 11010100 10 100110 0 10001 100101001 110001 1000011

Color Harmonies of #D083D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083D4

Black with #D083D4

Text Example


Text Example

White with #D083D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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