Html Css Color HEX #D683C2 Orchid

📋 copy color: '#D683C2'

red 214 ◦ green 131 ◦ blue 194

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

Shades of Orchid #D683C2

Tints of Orchid #D683C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 39.7%
G = 24.3%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D683C2 (or 0xD683C2) is known color: Orchid. HEX triplet: D6, 83 and C2. RGB value is (214,131,194). Sum of RGB (Red+Green+Blue) = 214+131+194=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C2 is #297C3D. Grayscale: #A2A2A2. Windows color (decimal): -2718782 or 12747734. OLE color: 12747734.

HSL color Cylindrical-coordinate representation of color #D683C2: hue angle of 314.46º 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 #D683C2 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 194 -
CMYK 0 0.39 0.09 0.16
HSL 314.46º 0.5% 0.68% -
HSV(B) 314.46º 0.39% 0.84% -
XYZ 45.59 34.42 55.28 -
YUV 163 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 214 131 194 0 0.39 0.09 0.16 314.46 0.5 0.68
Hex D6 83 C2 0 27 9 10 13A 32 44
Octal 326 203 302 0 47 11 20 472 62 104
Binary 11010110 10000011 11000010 0 100111 1001 10000 100111010 110010 1000100

Color Harmonies of #D683C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683C2

Black with #D683C2

Text Example


Text Example

White with #D683C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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