Html Css Color HEX #D683C5 Orchid

📋 copy color: '#D683C5'

red 214 ◦ green 131 ◦ blue 197

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

Shades of Orchid #D683C5

Tints of Orchid #D683C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 39.48%
G = 24.17%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D683C5 (or 0xD683C5) is known color: Orchid. HEX triplet: D6, 83 and C5. RGB value is (214,131,197). Sum of RGB (Red+Green+Blue) = 214+131+197=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C5 is #297C3A. Grayscale: #A3A3A3. Windows color (decimal): -2718779 or 12944342. OLE color: 12944342.

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

Color convert

RGB 214 131 197 -
CMYK 0 0.39 0.08 0.16
HSL 312.29º 0.5% 0.68% -
HSV(B) 312.29º 0.39% 0.84% -
XYZ 45.93 34.56 57.07 -
YUV 163.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 214 131 197 0 0.39 0.08 0.16 312.29 0.5 0.68
Hex D6 83 C5 0 27 8 10 138 32 44
Octal 326 203 305 0 47 10 20 470 62 104
Binary 11010110 10000011 11000101 0 100111 1000 10000 100111000 110010 1000100

Color Harmonies of #D683C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683C5

Black with #D683C5

Text Example


Text Example

White with #D683C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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