Html Css Color HEX #D683D4 Orchid

📋 copy color: '#D683D4'

red 214 ◦ green 131 ◦ blue 212

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

Shades of Orchid #D683D4

Tints of Orchid #D683D4

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

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

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

R = 38.42%
G = 23.52%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D683D4 (or 0xD683D4) is known color: Orchid. HEX triplet: D6, 83 and D4. RGB value is (214,131,212). Sum of RGB (Red+Green+Blue) = 214+131+212=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D4 is #297C2B. Grayscale: #A4A4A4. Windows color (decimal): -2718764 or 13927382. OLE color: 13927382.

HSL color Cylindrical-coordinate representation of color #D683D4: hue angle of 301.45º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683D4 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 212 -
CMYK 0 0.39 0.01 0.16
HSL 301.45º 0.5% 0.68% -
HSV(B) 301.45º 0.39% 0.84% -
XYZ 47.73 35.28 66.58 -
YUV 165.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 214 131 212 0 0.39 0.01 0.16 301.45 0.5 0.68
Hex D6 83 D4 0 27 1 10 12D 32 44
Octal 326 203 324 0 47 1 20 455 62 104
Binary 11010110 10000011 11010100 0 100111 1 10000 100101101 110010 1000100

Color Harmonies of #D683D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683D4

Black with #D683D4

Text Example


Text Example

White with #D683D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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